diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-05-13 01:29:34 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-05-13 01:29:34 +0000 |
commit | e0bca11db53c557cd9aaf035354d58070ea5f62e (patch) | |
tree | 535af2caa7d3963b3f83318e8b8fd6790e9a296b /devel/cpp-netlib | |
parent | devel/py-http-prompt: Update to 0.10.1 (diff) |
Latest run shows that this port is still failing on powerpc64, so it was
incorrectly unmarked BROKEN.
Pointy hat to: linimon
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'devel/cpp-netlib')
-rw-r--r-- | devel/cpp-netlib/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/cpp-netlib/Makefile b/devel/cpp-netlib/Makefile index 9d8a932f7903..148e812ab35a 100644 --- a/devel/cpp-netlib/Makefile +++ b/devel/cpp-netlib/Makefile @@ -17,6 +17,8 @@ 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 USE_LDCONFIG= yes CFLAGS+= -fPIC |