aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2024-04-19 15:39:24 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2024-04-24 21:21:11 +0000
commit8cf619a68547cc47a891bc87ba30f52130f4e862 (patch)
tree83157edcbd38ef72d4396a0b0217b9565b6b0d68
parent0f3a34aeefc4e66601d53b42903db6610fb0cdc3 (diff)
downloadports-8cf619a68547cc47a891bc87ba30f52130f4e862.tar.gz
ports-8cf619a68547cc47a891bc87ba30f52130f4e862.zip
games/openage: drop gold to fix build on powerpc64le
gold mislinks binaries, leading them to crash with SIGILL.
-rw-r--r--games/openage/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/openage/Makefile b/games/openage/Makefile
index ba59fe526e35..b7fb6a541ec8 100644
--- a/games/openage/Makefile
+++ b/games/openage/Makefile
@@ -43,7 +43,7 @@ USE_QT= base multimedia tools:build
USE_PYTHON= cython
USE_LDCONFIG= yes
-CMAKE_OFF= WANT_BACKTRACE WANT_GPERFTOOLS_PROFILER WANT_INOTIFY
+CMAKE_OFF= WANT_BACKTRACE WANT_GPERFTOOLS_PROFILER WANT_INOTIFY USE_LD_GOLD
CMAKE_ARGS= -DGLOBAL_CONFIG_DIR:STRING=${ETCDIR}
BINARY_ALIAS= python3=${PYTHON_CMD}