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:
parent
c9e508dde9
commit
b67ff70417
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=499231
1 changed files with 2 additions and 0 deletions
|
@ -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=""
|
||||
|
||||
|
|
Loading…
Reference in a new issue