diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-10-15 00:29:26 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-10-15 00:29:26 +0800 |
commit | 3ba6598002ad375f0966b5e89f2e3532c748daa7 (patch) | |
tree | ced6c0cf18cf151f4f53fb627a04099182a59596 /devel/avro-cpp | |
parent | 221ac500c43f649ff06d8ee6b4e2e47f9fca5026 (diff) | |
download | freebsd-ports-gnome-3ba6598002ad375f0966b5e89f2e3532c748daa7.tar.gz freebsd-ports-gnome-3ba6598002ad375f0966b5e89f2e3532c748daa7.tar.zst freebsd-ports-gnome-3ba6598002ad375f0966b5e89f2e3532c748daa7.zip |
Fix build on powerpc64
PR: 232089
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Diffstat (limited to 'devel/avro-cpp')
-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++ |