Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Dec 2018 03:09:03 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r486394 - head/graphics/opencolorio
Message-ID:  <201812020309.wB2393ZP087194@repo.freebsd.org>

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



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