1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

games/openastromenace: fix build when lld is the system linker

Ports that use openal (such as this one) fail to link with lld as the
system linker due to disagreement in the handling of preemption of
protected visibility symbols in shared objects.

Set LLD_UNSAFE to fall back to ld.bfd for now.

PR:		226980
Approved by:	portmgr (LLD_UNSAFE blanket)
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste 2018-04-06 02:17:02 +00:00
parent 598249942e
commit bf946aad36
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=466610

View File

@ -25,6 +25,7 @@ USE_GL= gl glu
USE_SDL= sdl
WRKSRC= ${WRKDIR}/AstroMenace
CMAKE_ARGS= -DDATADIR="${DATADIR}"
LLD_UNSAFE= yes
PLIST_FILES= bin/AstroMenace \
share/pixmaps/${PORTNAME}.png