aboutsummaryrefslogtreecommitdiff
path: root/games/iortcw
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-03-20 06:23:39 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-03-20 06:23:39 +0000
commit4f9c0d63cce9afa9a87a5efd6d24d4b9da610916 (patch)
tree145e09e47c045b13121c56e8c9759fa60dde481d /games/iortcw
parent501d807ed7890fbfd4d2d30d72c433e7d282e6ad (diff)
downloadports-4f9c0d63cce9afa9a87a5efd6d24d4b9da610916.tar.gz
ports-4f9c0d63cce9afa9a87a5efd6d24d4b9da610916.zip
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
Notes
Notes: svn path=/head/; revision=496312
Diffstat (limited to 'games/iortcw')
-rw-r--r--games/iortcw/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/games/iortcw/Makefile b/games/iortcw/Makefile
index 8144e88bddaf..61930e58783b 100644
--- a/games/iortcw/Makefile
+++ b/games/iortcw/Makefile
@@ -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}"