Date: Sun, 2 Dec 2018 03:01:44 +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: r486393 - head/devel/yaml-cpp03 Message-ID: <201812020301.wB231ivw082936@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812020301.wB231ivw082936>