svn commit: r466610 - head/games/openastromenace
Ed Maste
emaste at FreeBSD.org
Fri Apr 6 02:17:03 UTC 2018
Author: emaste (src committer)
Date: Fri Apr 6 02:17:02 2018
New Revision: 466610
URL: https://svnweb.freebsd.org/changeset/ports/466610
Log:
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
Modified:
head/games/openastromenace/Makefile
Modified: head/games/openastromenace/Makefile
==============================================================================
--- head/games/openastromenace/Makefile Fri Apr 6 02:01:01 2018 (r466609)
+++ head/games/openastromenace/Makefile Fri Apr 6 02:17:02 2018 (r466610)
@@ -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
More information about the svn-ports-all
mailing list