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 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}