svn commit: r496312 - head/games/iortcw

Tobias Kortkamp tobik at FreeBSD.org
Wed Mar 20 06:23:40 UTC 2019


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


More information about the svn-ports-all mailing list