Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Apr 2019 15:23:23 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r499274 - branches/2019Q2/graphics/magnum-examples
Message-ID:  <201904181523.x3IFNOwX095476@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Thu Apr 18 15:23:23 2019
New Revision: 499274
URL: https://svnweb.freebsd.org/changeset/ports/499274

Log:
  MFH: r499231
  
  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
  
  Approved by:	ports-secteam blanket

Modified:
  branches/2019Q2/graphics/magnum-examples/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/graphics/magnum-examples/Makefile
==============================================================================
--- branches/2019Q2/graphics/magnum-examples/Makefile	Thu Apr 18 15:22:06 2019	(r499273)
+++ branches/2019Q2/graphics/magnum-examples/Makefile	Thu Apr 18 15:23:23 2019	(r499274)
@@ -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?201904181523.x3IFNOwX095476>