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
This commit is contained in:
Kirill Ponomarev 2018-01-08 10:38:20 +00:00
parent 66dc9dc9fc
commit 7e59c3223f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=458402
6 changed files with 6 additions and 0 deletions

View File

@ -54,6 +54,7 @@ MAKE_ARGS+= DEFAULT_BASEDIR="${Q3DIR}" \
ALL_TARGET= release
LIBDIR= lib/${PORTNAME}${PKGNAMESUFFIX}
LLD_UNSAFE= yes
DOCSDIR= share/doc/${PORTNAME}${PKGNAMESUFFIX}
BUILDDIR= ${WRKSRC}/build/${ALL_TARGET}-freebsd-${IOQ3ARCH}
BINSUFFIX?=

View File

@ -24,6 +24,7 @@ USE_GITHUB= yes
GH_ACCOUNT= jazztickets
USES= cmake compiler:c++11-lib lua:53 openal
LLD_UNSAFE= yes
PORTDOCS= *
PORTDATA= *

View File

@ -18,6 +18,7 @@ USE_GITHUB= yes
GH_ACCOUNT= minetest
USES= cmake iconv:wchar_t
LLD_UNSAFE= yes
CMAKE_ARGS= -DCUSTOM_MANDIR="${PREFIX}/man" \
-DCUSTOM_EXAMPLE_CONF_DIR="${PREFIX}/etc"

View File

@ -29,6 +29,7 @@ GH_TUPLE= omf2097:libShadowDive:b2c34a6:shadow \
USES= cmake compiler:c++11-lang gettext openal
USE_SDL= sdl2
LLD_UNSAFE= yes
DESKTOP_ENTRIES="OpenOMF" "" \
"${PREFIX}/share/openomf/openomf_icon.png " \

View File

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

View File

@ -33,6 +33,7 @@ USES= alias cmake compiler:c++11-lib dos2unix gettext \
USE_GL= gl glu
USE_SDL= sdl
USE_XORG= x11 xext sm ice
LLD_UNSAFE= yes
DOS2UNIX_FILES= lib/irrlicht/source/Irrlicht/Makefile \
lib/irrlicht/source/Irrlicht/COpenGLExtensionHandler.h
CMAKE_ARGS= -DUSE_WIIUSE=NO \