Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Apr 2018 02:17:02 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r466610 - head/games/openastromenace
Message-ID:  <201804060217.w362H2q3003025@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804060217.w362H2q3003025>