graphics/magnum-examples: Mark LLD_UNSAFE and unbreak on FreeBSD 12.0/amd64

/usr/bin/ld: error: cannot preempt symbol: alGenBuffers
>>> defined in /usr/local/lib/libopenal.so
>>> referenced by AudioExample.cpp
>>>               src/audio/CMakeFiles/magnum-audio.dir/AudioExample.cpp.o:(Magnum::Examples::AudioExample::AudioExample(Magnum::Platform::Sdl2Application::Arguments const&))

http://beefy6.nyi.freebsd.org/data/120amd64-default/499067/logs/errors/magnum-examples-2019.01.log

PR:		226980
This commit is contained in:
Tobias Kortkamp 2019-04-18 05:14:58 +00:00
parent c9e508dde9
commit b67ff70417
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=499231

View file

@ -25,6 +25,8 @@ USE_SDL= sdl2
USE_XORG= ice sm x11 xext
LDFLAGS+= -lGL # only missing for one example
# for openal cf. PR 226980
LLD_UNSAFE= yes
CMAKE_ARGS= -DLIB_SUFFIX:STRING=""