diff options
author | krion <krion@FreeBSD.org> | 2018-01-08 18:38:20 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2018-01-08 18:38:20 +0800 |
commit | f64ea2abe0cca8e857e1fd30a850ddef0dd9d836 (patch) | |
tree | 07eb9f6bf24907b298f6fed695d0e1ee830c8a52 /games/spacezero | |
parent | 074e52c99a6bf9cfbaf16bcc805430bddaa64034 (diff) | |
download | freebsd-ports-gnome-f64ea2abe0cca8e857e1fd30a850ddef0dd9d836.tar.gz freebsd-ports-gnome-f64ea2abe0cca8e857e1fd30a850ddef0dd9d836.tar.zst freebsd-ports-gnome-f64ea2abe0cca8e857e1fd30a850ddef0dd9d836.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/spacezero')
-rw-r--r-- | games/spacezero/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/spacezero/Makefile b/games/spacezero/Makefile index 9037550c5404..149d84d53330 100644 --- a/games/spacezero/Makefile +++ b/games/spacezero/Makefile @@ -17,6 +17,7 @@ LIB_DEPENDS= libvorbisfile.so:audio/libvorbis USES= openal:al,alut pkgconfig USE_GNOME= gtk20 USE_XORG= x11 +LLD_UNSAFE= yes MAKE_ARGS= DATADIR="${DATADIR}" \ INSTALL_DATA_DIR="${DATADIR}" ALL_TARGET= ${PORTNAME} |