svn commit: r520320 - head/graphics/osg

Piotr Kubaj pkubaj at FreeBSD.org
Tue Dec 17 09:40:50 UTC 2019


Author: pkubaj
Date: Tue Dec 17 09:40:50 2019
New Revision: 520320
URL: https://svnweb.freebsd.org/changeset/ports/520320

Log:
  graphics/osg: fix build on GCC architectures
  
  Base GCC can't build osg after the last upgrade:
  /wrkdirs/usr/ports/graphics/osg/work/OpenSceneGraph-OpenSceneGraph-3.6.4/src/osgPlugins/tga/ReaderWriterTGA.cpp:328: error: only declarations of constructors can be 'explicit'

Modified:
  head/graphics/osg/Makefile

Modified: head/graphics/osg/Makefile
==============================================================================
--- head/graphics/osg/Makefile	Tue Dec 17 09:40:42 2019	(r520319)
+++ head/graphics/osg/Makefile	Tue Dec 17 09:40:50 2019	(r520320)
@@ -24,7 +24,7 @@ GH_PROJECT=	OpenSceneGraph
 
 CONFLICTS=	osg34-[0-9]*
 
-USES=		alias cmake jpeg gl localbase pkgconfig xorg
+USES=		alias cmake compiler:c11 jpeg gl localbase pkgconfig xorg
 USE_GL=		gl
 USE_XORG=	x11
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list