Date: Sat, 22 Dec 2018 01:02:37 +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: r488035 - head/graphics/ampasCTL Message-ID: <201812220102.wBM12bNZ057191@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Sat Dec 22 01:02:37 2018 New Revision: 488035 URL: https://svnweb.freebsd.org/changeset/ports/488035 Log: This port needs USES=compiler:c++11-lang to build on GCC-based architectures. PR: 234169 Submitted by: Piotr Kubaj Modified: head/graphics/ampasCTL/Makefile Modified: head/graphics/ampasCTL/Makefile ============================================================================== --- head/graphics/ampasCTL/Makefile Sat Dec 22 00:57:53 2018 (r488034) +++ head/graphics/ampasCTL/Makefile Sat Dec 22 01:02:37 2018 (r488035) @@ -19,7 +19,7 @@ LIB_DEPENDS= libImath.so:graphics/ilmbase \ libtiff.so:graphics/tiff \ libAcesContainer.so:graphics/ampasACES-container -USES= cmake:outsource pathfix pkgconfig +USES= compiler:c++11-lang cmake:outsource pathfix pkgconfig USE_LDCONFIG= yes USE_GITHUB= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812220102.wBM12bNZ057191>