svn commit: r440430 - head/devel/protobuf

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon May 8 12:47:07 UTC 2017


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}


More information about the svn-ports-all mailing list