git: 3338385fde26 - main - net/eternalterminal: Unbreak build on some systems
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 18 Jul 2022 06:52:44 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=3338385fde2640bc19110970dd75e26c41a8e305 commit 3338385fde2640bc19110970dd75e26c41a8e305 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:52:36 +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) --- 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: