diff options
author | krion <krion@FreeBSD.org> | 2018-01-08 05:27:59 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2018-01-08 05:27:59 +0800 |
commit | 5eb97f6d576c4c0a341f48a54a94de35f963e97b (patch) | |
tree | bddc1d6dc6d3a992340239cfc126dc7ab7449ab6 /games/arx-libertatis | |
parent | faa254f22fbb33a1ae5728c06f72bca9b3998fde (diff) | |
download | freebsd-ports-gnome-5eb97f6d576c4c0a341f48a54a94de35f963e97b.tar.gz freebsd-ports-gnome-5eb97f6d576c4c0a341f48a54a94de35f963e97b.tar.zst freebsd-ports-gnome-5eb97f6d576c4c0a341f48a54a94de35f963e97b.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
Diffstat (limited to 'games/arx-libertatis')
-rw-r--r-- | games/arx-libertatis/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/arx-libertatis/Makefile b/games/arx-libertatis/Makefile index 197f41799d96..fe3d6c078b86 100644 --- a/games/arx-libertatis/Makefile +++ b/games/arx-libertatis/Makefile @@ -20,6 +20,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boost/foreach.hpp:devel/boost-libs USES= cmake openal tar:xz USE_SDL= sdl USE_GL= gl glew +LLD_UNSAFE= yes CMAKE_ARGS= -DDATA_DIR=arx \ -DSTRICT_USE=ON |