Date: Sun, 14 Oct 2018 16:29:26 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482064 - head/devel/avro-cpp Message-ID: <201810141629.w9EGTQN8007587@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Oct 14 16:29:26 2018 New Revision: 482064 URL: https://svnweb.freebsd.org/changeset/ports/482064 Log: Fix build on powerpc64 PR: 232089 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Modified: head/devel/avro-cpp/Makefile Modified: head/devel/avro-cpp/Makefile ============================================================================== --- head/devel/avro-cpp/Makefile Sun Oct 14 16:29:18 2018 (r482063) +++ head/devel/avro-cpp/Makefile Sun Oct 14 16:29:26 2018 (r482064) @@ -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++
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810141629.w9EGTQN8007587>