1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

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
This commit is contained in:
Tobias Kortkamp 2019-03-20 06:23:39 +00:00
parent 501d807ed7
commit 4f9c0d63cc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=496312

View File

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