diff options
author | krion <krion@FreeBSD.org> | 2018-01-08 06:34:17 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2018-01-08 06:34:17 +0800 |
commit | 1e65ec832663fe71612467abe5172951a361797a (patch) | |
tree | 3887f0591014d315c076e476a4b80adaacef30f7 /games | |
parent | de06b5d38361bb39fd38f9fd02001d2c14faf586 (diff) | |
download | freebsd-ports-gnome-1e65ec832663fe71612467abe5172951a361797a.tar.gz freebsd-ports-gnome-1e65ec832663fe71612467abe5172951a361797a.tar.zst freebsd-ports-gnome-1e65ec832663fe71612467abe5172951a361797a.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')
-rw-r--r-- | games/dhewm3/Makefile | 1 | ||||
-rw-r--r-- | games/endless-sky/Makefile | 1 | ||||
-rw-r--r-- | games/freeminer/Makefile | 1 | ||||
-rw-r--r-- | games/glest/Makefile | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/games/dhewm3/Makefile b/games/dhewm3/Makefile index 15e54f25b61f..1d4c3c6ffd54 100644 --- a/games/dhewm3/Makefile +++ b/games/dhewm3/Makefile @@ -20,6 +20,7 @@ GH_ACCOUNT= dhewm USES= cmake jpeg openal:al USE_SDL= sdl2 +LLD_UNSAFE= yes WRKSRC_SUBDIR= neo diff --git a/games/endless-sky/Makefile b/games/endless-sky/Makefile index c325e41d307d..b0c08ca3cc6a 100644 --- a/games/endless-sky/Makefile +++ b/games/endless-sky/Makefile @@ -22,6 +22,7 @@ USE_GITHUB= yes USES= compiler:c++11-lib jpeg localbase:ldflags openal scons USE_SDL= sdl2 USE_GL= gl glew +LLD_UNSAFE= yes INSTALLS_ICONS= yes PORTDATA= * diff --git a/games/freeminer/Makefile b/games/freeminer/Makefile index aea3db62201d..44059eb2b09b 100644 --- a/games/freeminer/Makefile +++ b/games/freeminer/Makefile @@ -18,6 +18,7 @@ LIB_DEPENDS= libsqlite3.so:databases/sqlite3 USE_GITHUB= yes USES= compiler:c++11-lib cmake +LLD_UNSAFE= yes CMAKE_ARGS= -DCUSTOM_MANDIR="${PREFIX}/man" \ -DCUSTOM_EXAMPLE_CONF_DIR="${PREFIX}/etc" \ -DRUN_IN_PLACE=0 diff --git a/games/glest/Makefile b/games/glest/Makefile index 067d8beabe26..34cdc7194652 100644 --- a/games/glest/Makefile +++ b/games/glest/Makefile @@ -21,6 +21,7 @@ USES= autoreconf:build dos2unix localbase lua:51 openal:al,alut \ pkgconfig zip USE_SDL= yes USE_GL= yes +LLD_UNSAFE= yes GNU_CONFIGURE= yes CONFIGURE_SCRIPT= mk/linux/configure SUB_FILES= glest-wrapper pkg-message |