svn commit: r486393 - head/devel/yaml-cpp03

Mark Linimon linimon at FreeBSD.org
Sun Dec 2 03:02:22 UTC 2018


Author: linimon
Date: Sun Dec  2 03:01:44 2018
New Revision: 486393
URL: https://svnweb.freebsd.org/changeset/ports/486393

Log:
  Add compiler:c++11-lang to USES to fix linking with graphics/opencolorio
  on GCC-based architectures.
  
  PR:		233670
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/yaml-cpp03/Makefile

Modified: head/devel/yaml-cpp03/Makefile
==============================================================================
--- head/devel/yaml-cpp03/Makefile	Sun Dec  2 02:53:31 2018	(r486392)
+++ head/devel/yaml-cpp03/Makefile	Sun Dec  2 03:01:44 2018	(r486393)
@@ -12,7 +12,7 @@ COMMENT=	YAML parser and emitter in C++ matching the Y
 
 LICENSE=	MIT
 
-USES=		cmake
+USES=		compiler:c++11-lang cmake
 USE_LDCONFIG=	yes
 CMAKE_ARGS+=	-DBUILD_SHARED_LIBS:BOOL=ON -DYAML_CPP_BUILD_TOOLS=0
 


More information about the svn-ports-all mailing list