Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Dec 2019 09:40:50 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r520320 - head/graphics/osg
Message-ID:  <201912170940.xBH9eook022857@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912170940.xBH9eook022857>