diff options
author | krion <krion@FreeBSD.org> | 2018-01-08 21:21:10 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 06:20:37 +0800 |
commit | 7f3ecbfa2803f7c90c46d4f3d833407f07ea21c2 (patch) | |
tree | 11296550a692ee819f1e71932387949515d18ff9 /games | |
parent | d735350a16926206f892dcb9087161529fef1f86 (diff) | |
download | freebsd-ports-gnome-7f3ecbfa2803f7c90c46d4f3d833407f07ea21c2.tar.gz freebsd-ports-gnome-7f3ecbfa2803f7c90c46d4f3d833407f07ea21c2.tar.zst freebsd-ports-gnome-7f3ecbfa2803f7c90c46d4f3d833407f07ea21c2.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/tome4/Makefile | 1 | ||||
-rw-r--r-- | games/trigger-rally/Makefile | 1 | ||||
-rw-r--r-- | games/valyriatear/Makefile | 1 | ||||
-rw-r--r-- | games/vamos/Makefile | 1 | ||||
-rw-r--r-- | games/vegastrike/Makefile | 1 | ||||
-rw-r--r-- | games/voxelands/Makefile | 1 |
6 files changed, 6 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> diff --git a/games/trigger-rally/Makefile b/games/trigger-rally/Makefile index edd650bb94e2..e289edb1df72 100644 --- a/games/trigger-rally/Makefile +++ b/games/trigger-rally/Makefile @@ -26,6 +26,7 @@ USE_SDL= sdl2 image2 USE_GL= glu gl glew MAKEFILE= GNUmakefile ALL_TARGET= build +LLD_UNSAFE= yes WORKINGSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} DATADIR= ${PREFIX}/share/games/trigger-rally diff --git a/games/valyriatear/Makefile b/games/valyriatear/Makefile index 1ac87661473b..cf052ca28dd9 100644 --- a/games/valyriatear/Makefile +++ b/games/valyriatear/Makefile @@ -29,6 +29,7 @@ USE_SDL= sdl image ttf USE_GL= gl glu USE_XORG= x11 xext sm ice INSTALLS_ICONS= yes +LLD_UNSAFE= yes PORTDOCS= * PORTDATA= * diff --git a/games/vamos/Makefile b/games/vamos/Makefile index 7ab17b939bfd..c8ae0a438eaf 100644 --- a/games/vamos/Makefile +++ b/games/vamos/Makefile @@ -27,6 +27,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= ac_cv_lib_freeglut_glutGetModifiers=no \ --disable-unit-tests USE_LDCONFIG= yes +LLD_UNSAFE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -lpthread -L${LOCALBASE}/lib diff --git a/games/vegastrike/Makefile b/games/vegastrike/Makefile index 99d1fdf34b3e..a4fd55a30779 100644 --- a/games/vegastrike/Makefile +++ b/games/vegastrike/Makefile @@ -30,6 +30,7 @@ USE_XORG= sm ice xi x11 xext xrender xinerama xi xrandr xcursor \ USE_GNOME= gtk20 DOS2UNIX_GLOB= *.cpp *.h EXTRACT_AFTER_ARGS= --exclude boost +LLD_UNSAFE= yes # cegui and ffmpeg are not used yet CONFIGURE_ARGS= --disable-cegui --disable-ffmpeg \ diff --git a/games/voxelands/Makefile b/games/voxelands/Makefile index 8375aa1c66d8..35875b9bec01 100644 --- a/games/voxelands/Makefile +++ b/games/voxelands/Makefile @@ -18,6 +18,7 @@ LIB_DEPENDS= libIrrlicht.so:x11-toolkits/irrlicht \ BROKEN_powerpc64= fails to link: sibling call optimization does not allow automatic multiple TOCs USES= cmake tar:bzip2 +LLD_UNSAFE= yes WRKSRC= ${WRKDIR}/${PORTNAME} |