Date: Mon, 8 May 2017 12:47:05 +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: r440430 - head/devel/protobuf Message-ID: <201705081247.v48Cl5Ys032290@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon May 8 12:47:05 2017 New Revision: 440430 URL: https://svnweb.freebsd.org/changeset/ports/440430 Log: Fix build with gcc installed PR: 218740 Submitted by: pawel MFH: 2017Q2 Modified: head/devel/protobuf/Makefile Modified: head/devel/protobuf/Makefile ============================================================================== --- head/devel/protobuf/Makefile Mon May 8 12:44:38 2017 (r440429) +++ head/devel/protobuf/Makefile Mon May 8 12:47:05 2017 (r440430) @@ -18,6 +18,7 @@ TEST_DEPENDS= googlemock>=0:devel/google BROKEN_sparc64= fails to compile: no atomic ops available CFLAGS+= -DGOOGLE_PROTOBUF_NO_RTTI -I${WRKSRC}/src +CONFIGURE_ENV= CXX_FOR_BUILD=c++ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip TEST_ARGS= ${MAKE_ARGS} ${_MAKE_JOBS}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705081247.v48Cl5Ys032290>