aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-07-18 06:50:11 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-07-18 06:52:36 +0000
commit3338385fde2640bc19110970dd75e26c41a8e305 (patch)
tree308800598c00de1a6002da1bd1ea7120ece5f0c5
parent09d809aabe292470ff1ca5ee1806296eb963eb73 (diff)
downloadports-3338385fde2640bc19110970dd75e26c41a8e305.tar.gz
ports-3338385fde2640bc19110970dd75e26c41a8e305.zip
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)
-rw-r--r--net/eternalterminal/Makefile2
1 files changed, 2 insertions, 0 deletions
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: