Date: Thu, 18 Apr 2019 05:14:58 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r499231 - head/graphics/magnum-examples Message-ID: <201904180514.x3I5EwuI072143@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Thu Apr 18 05:14:58 2019 New Revision: 499231 URL: https://svnweb.freebsd.org/changeset/ports/499231 Log: 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 Modified: head/graphics/magnum-examples/Makefile Modified: head/graphics/magnum-examples/Makefile ============================================================================== --- head/graphics/magnum-examples/Makefile Thu Apr 18 01:16:45 2019 (r499230) +++ head/graphics/magnum-examples/Makefile Thu Apr 18 05:14:58 2019 (r499231) @@ -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=""
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904180514.x3I5EwuI072143>