Date: Sun, 26 Mar 2017 21:24:15 +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: r436994 - head/devel/protobuf Message-ID: <201703262124.v2QLOF0v092950@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Mar 26 21:24:15 2017 New Revision: 436994 URL: https://svnweb.freebsd.org/changeset/ports/436994 Log: Fix build on powerpc64 PR: 218115 Submitted by: Hiroo Ono <hiroo.ono+freebsd@gmail.com> Modified: head/devel/protobuf/Makefile Modified: head/devel/protobuf/Makefile ============================================================================== --- head/devel/protobuf/Makefile Sun Mar 26 21:24:11 2017 (r436993) +++ head/devel/protobuf/Makefile Sun Mar 26 21:24:15 2017 (r436994) @@ -24,7 +24,7 @@ TEST_ARGS= ${MAKE_ARGS} ${_MAKE_JOBS} TEST_TARGET= check USE_CSTD= c99 # for audio/clementine-player support USE_LDCONFIG= yes -USES= autoreconf gmake libtool localbase pathfix pkgconfig +USES= autoreconf compiler:c++11-lang gmake libtool localbase pathfix pkgconfig GH_ACCOUNT= google USE_GITHUB= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703262124.v2QLOF0v092950>