From owner-svn-ports-all@freebsd.org Tue May 9 17:19:16 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E8BA2D659C4; Tue, 9 May 2017 17:19:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AA6DB370; Tue, 9 May 2017 17:19:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v49HJFng053498; Tue, 9 May 2017 17:19:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v49HJFYr053497; Tue, 9 May 2017 17:19:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705091719.v49HJFYr053497@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 9 May 2017 17:19:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r440508 - branches/2017Q2/devel/protobuf X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 May 2017 17:19:17 -0000 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}