Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Mar 2019 06:23:39 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r496312 - head/games/iortcw
Message-ID:  <201903200623.x2K6NdNa066663@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Wed Mar 20 06:23:39 2019
New Revision: 496312
URL: https://svnweb.freebsd.org/changeset/ports/496312

Log:
  games/iortcw: Mark LLD_UNSAFE
  
  /usr/bin/ld: error: cannot preempt symbol: alcCaptureStop
  >>> defined in /usr/local/lib/libopenal.so
  >>> referenced by snd_openal.c
  >>>               build/release-freebsd-amd64/client/snd_openal.o:(S_AL_StopCapture)
  
  PR:		226980
  Reported by:	pkg-fallout

Modified:
  head/games/iortcw/Makefile

Modified: head/games/iortcw/Makefile
==============================================================================
--- head/games/iortcw/Makefile	Wed Mar 20 06:19:16 2019	(r496311)
+++ head/games/iortcw/Makefile	Wed Mar 20 06:23:39 2019	(r496312)
@@ -29,6 +29,9 @@ WOLFDIR=	"libexec/${PORTNAME}"
 MAKE_ARGS=	BINDIR="${STAGEDIR}${PREFIX}/bin" \
 		COPYDIR="${STAGEDIR}${PREFIX}/${WOLFDIR}"
 
+# cf. PR 226980
+LLD_UNSAFE=	yes
+
 PLIST_SUB=	ARCH="${ARCH}" \
 		WOLFDIR="${WOLFDIR}"
 



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