Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 May 2017 17:19:15 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r440508 - branches/2017Q2/devel/protobuf
Message-ID:  <201705091719.v49HJFYr053497@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705091719.v49HJFYr053497>