diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-10-14 16:29:26 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-10-14 16:29:26 +0000 |
commit | 8b155b46e120f33ac7baab83059665ead3a78ae8 (patch) | |
tree | ced6c0cf18cf151f4f53fb627a04099182a59596 | |
parent | Fix build with libc++ 7 (diff) |
Fix build on powerpc64
PR: 232089
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
-rw-r--r-- | devel/avro-cpp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/avro-cpp/Makefile b/devel/avro-cpp/Makefile index 9c3f51883f56..0e474899324c 100644 --- a/devel/avro-cpp/Makefile +++ b/devel/avro-cpp/Makefile @@ -17,6 +17,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libboost_regex.so:devel/boost-libs USES= cmake compiler:c++11-lang + +USE_CXXSTD= c++11 USE_LDCONFIG= yes WRKSRC_SUBDIR= lang/c++ |