aboutsummaryrefslogtreecommitdiff
path: root/games/tome4
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/tome4
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/tome4')
-rw-r--r--games/tome4/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/games/tome4/Makefile b/games/tome4/Makefile
index a7db1ffc871a..18559a9ed5bc 100644
--- a/games/tome4/Makefile
+++ b/games/tome4/Makefile
@@ -31,6 +31,7 @@ USE_SDL= image2 sdl2 ttf2
USE_GL= gl glu
USE_CSTD= gnu89
SUB_FILES= tome4
+LLD_UNSAFE= yes
.include <bsd.port.pre.mk>