aboutsummaryrefslogtreecommitdiff
path: root/games/vamos
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/vamos
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/vamos')
-rw-r--r--games/vamos/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/games/vamos/Makefile b/games/vamos/Makefile
index 7ab17b939bfd..c8ae0a438eaf 100644
--- a/games/vamos/Makefile
+++ b/games/vamos/Makefile
@@ -27,6 +27,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= ac_cv_lib_freeglut_glutGetModifiers=no \
--disable-unit-tests
USE_LDCONFIG= yes
+LLD_UNSAFE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -lpthread -L${LOCALBASE}/lib