aboutsummaryrefslogtreecommitdiff
path: root/games/trigger-rally
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2018-01-08 13:21:10 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2018-01-08 13:21:10 +0000
commita50766ec02167402ea43b9a770a9cdad56d9b118 (patch)
tree3ba9a76ff706655e7cca469165c8ed74c0e13480 /games/trigger-rally
parent4a3a90c018b03ac607b9818bbe7b6deb95dce59a (diff)
downloadports-a50766ec02167402ea43b9a770a9cdad56d9b118.tar.gz
ports-a50766ec02167402ea43b9a770a9cdad56d9b118.zip
Set LLD_UNSAFE=yes that the port will continue to link with ld.bfd
if /usr/bin/ld is lld, until the issue can be addressed. PR: 214864 Approved by: portmgr (LLD_UNSAFE blanket) Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=458408
Diffstat (limited to 'games/trigger-rally')
-rw-r--r--games/trigger-rally/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/games/trigger-rally/Makefile b/games/trigger-rally/Makefile
index edd650bb94e2..e289edb1df72 100644
--- a/games/trigger-rally/Makefile
+++ b/games/trigger-rally/Makefile
@@ -26,6 +26,7 @@ USE_SDL= sdl2 image2
USE_GL= glu gl glew
MAKEFILE= GNUmakefile
ALL_TARGET= build
+LLD_UNSAFE= yes
WORKINGSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
DATADIR= ${PREFIX}/share/games/trigger-rally