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'
This commit is contained in:
Piotr Kubaj 2019-12-17 09:40:50 +00:00
parent 7622850e49
commit 34660318fc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=520320

View File

@ -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