diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-09-19 21:38:38 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-09-19 21:38:38 +0000 |
commit | f49159b54aa5ae25dbe982908c77370f1d1d38e6 (patch) | |
tree | e42fa937f01833661b630a2e78f2c21f080637be /devel/cpp-netlib | |
parent | New port: science/py-chempy: Package useful useful for solving problems in ch... (diff) |
Fix building on gcc-based archs by upgrading USES.
Tested on powerpc64 and amd64 (for no regression).
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'devel/cpp-netlib')
-rw-r--r-- | devel/cpp-netlib/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/cpp-netlib/Makefile b/devel/cpp-netlib/Makefile index 3afc2c946ebb..a7d5eaea1cc8 100644 --- a/devel/cpp-netlib/Makefile +++ b/devel/cpp-netlib/Makefile @@ -17,9 +17,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE_1_0.txt BUILD_DEPENDS= boost-libs>0:devel/boost-libs \ asio>0:net/asio -BROKEN_powerpc64= fails to compile: cc1plus: error: unrecognized command line option "-std=c++11" - -USES= cmake:outsource +USES= cmake:outsource compiler:c++11-lang USE_LDCONFIG= yes CFLAGS+= -fPIC CMAKE_ARGS+= -DCPP-NETLIB_BUILD_EXAMPLES=OFF \ |