svn commit: r486394 - head/graphics/opencolorio

Mark Linimon linimon at FreeBSD.org
Sun Dec 2 03:09:04 UTC 2018


Author: linimon
Date: Sun Dec  2 03:09:02 2018
New Revision: 486394
URL: https://svnweb.freebsd.org/changeset/ports/486394

Log:
  Since this port links to libraries compiled with GCC7 on GCC-based
  architectures, add USES=compiler:c++11-lang to fix linking.
  
  PR:		233671
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/graphics/opencolorio/Makefile

Modified: head/graphics/opencolorio/Makefile
==============================================================================
--- head/graphics/opencolorio/Makefile	Sun Dec  2 03:01:44 2018	(r486393)
+++ head/graphics/opencolorio/Makefile	Sun Dec  2 03:09:02 2018	(r486394)
@@ -21,7 +21,7 @@ OPTIONS_DEFINE=	DOCS
 DOCS_CMAKE_BOOL=	OCIO_BUILD_DOCS
 
 LDFLAGS+=	-L${LOCALBASE}/lib
-USES=		alias cmake:outsource pkgconfig shebangfix
+USES=		alias compiler:c++11-lang cmake:outsource pkgconfig shebangfix
 CMAKE_ARGS=	-DOCIO_BUILD_JNIGLUE:BOOL=OFF \
 		-DOCIO_BUILD_NUKE:BOOL=OFF \
 		-DOCIO_BUILD_STATIC:BOOL=OFF \


More information about the svn-ports-all mailing list