svn commit: r440508 - branches/2017Q2/devel/protobuf

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue May 9 17:19:17 UTC 2017


Author: sunpoet
Date: Tue May  9 17:19:15 2017
New Revision: 440508
URL: https://svnweb.freebsd.org/changeset/ports/440508

Log:
  MFH: r440430
  
  Fix build with gcc installed
  
  PR:		218740
  Submitted by:	pawel
  
  Approved by:	ports-secteam

Modified:
  branches/2017Q2/devel/protobuf/Makefile
Directory Properties:
  branches/2017Q2/   (props changed)

Modified: branches/2017Q2/devel/protobuf/Makefile
==============================================================================
--- branches/2017Q2/devel/protobuf/Makefile	Tue May  9 16:52:40 2017	(r440507)
+++ branches/2017Q2/devel/protobuf/Makefile	Tue May  9 17:19:15 2017	(r440508)
@@ -19,6 +19,7 @@ TEST_DEPENDS=	googlemock>=0:devel/google
 BROKEN_sparc64=	fails to compile: no atomic ops available
 
 CFLAGS+=	-DGOOGLE_PROTOBUF_NO_RTTI
+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