svn commit: r499231 - head/graphics/magnum-examples

Tobias Kortkamp tobik at FreeBSD.org
Thu Apr 18 05:14:59 UTC 2019


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=""
 


More information about the svn-ports-all mailing list