git: 26f7d7732b1c - 2022Q3 - net/eternalterminal: Unbreak build on some systems
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 18 Jul 2022 06:54:47 UTC
The branch 2022Q3 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=26f7d7732b1c6a5378cab05c1d522afaaeeadf57 commit 26f7d7732b1c6a5378cab05c1d522afaaeeadf57 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-07-18 06:50:11 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-07-18 06:54:25 +0000 net/eternalterminal: Unbreak build on some systems There is a suspected build dependency problem that ET.pb.h is built after it is used. Sequential build should have no such problem Reported by: fallout Approved by: portmgr (unbreak) (cherry picked from commit 3338385fde2640bc19110970dd75e26c41a8e305) --- net/eternalterminal/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net/eternalterminal/Makefile b/net/eternalterminal/Makefile index 64ada1cd41ff..8371f68c8b59 100644 --- a/net/eternalterminal/Makefile +++ b/net/eternalterminal/Makefile @@ -22,6 +22,8 @@ GH_PROJECT= EternalTerminal CMAKE_ON= DISABLE_VCPKG +MAKE_JOBS_UNSAFE= yes # workaround for a suspected dependency problem, see https://github.com/MisterTea/EternalTerminal/issues/528 + CONFLICTS_INSTALL= linux-enemyterritory # bin/et post-patch: