aboutsummaryrefslogtreecommitdiff
path: root/games/megaglest
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2018-04-01 11:15:44 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2018-04-01 11:15:44 +0000
commit67868f2198e177caf35cb5731c308d1b7f3553d2 (patch)
tree360d637711f751c6902f2555a9949acca8c2191a /games/megaglest
parent5d247c95248228a54acf7adc6dab9bc5a3fccff9 (diff)
downloadports-67868f2198e177caf35cb5731c308d1b7f3553d2.tar.gz
ports-67868f2198e177caf35cb5731c308d1b7f3553d2.zip
Switch to ld.bfd by default as ld.ldd doesn't have built-in default
output target. PR: 226980 Submitted by: emaste Approved by: portmgr (LLD_UNSAFE blanket)
Notes
Notes: svn path=/head/; revision=466141
Diffstat (limited to 'games/megaglest')
-rw-r--r--games/megaglest/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/games/megaglest/Makefile b/games/megaglest/Makefile
index 444bc8ea78c7..f6a2f2bf2a0a 100644
--- a/games/megaglest/Makefile
+++ b/games/megaglest/Makefile
@@ -35,6 +35,7 @@ USE_GL= glew gl glu
USE_SDL= sdl2
USE_XORG= sm ice x11 xext
USE_CXXSTD= c++11
+LLD_UNSAFE= yes
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -lssl -lcrypto