git: 8cf619a68547 - main - games/openage: drop gold to fix build on powerpc64le

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Wed, 24 Apr 2024 21:21:44 UTC
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8cf619a68547cc47a891bc87ba30f52130f4e862

commit 8cf619a68547cc47a891bc87ba30f52130f4e862
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2024-04-19 15:39:24 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2024-04-24 21:21:11 +0000

    games/openage: drop gold to fix build on powerpc64le
    
    gold mislinks binaries, leading them to crash with SIGILL.
---
 games/openage/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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}