svn commit: r436994 - head/devel/protobuf

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Mar 26 21:24:17 UTC 2017


Author: sunpoet
Date: Sun Mar 26 21:24:15 2017
New Revision: 436994
URL: https://svnweb.freebsd.org/changeset/ports/436994

Log:
  Fix build on powerpc64
  
  PR:		218115
  Submitted by:	Hiroo Ono <hiroo.ono+freebsd at gmail.com>

Modified:
  head/devel/protobuf/Makefile

Modified: head/devel/protobuf/Makefile
==============================================================================
--- head/devel/protobuf/Makefile	Sun Mar 26 21:24:11 2017	(r436993)
+++ head/devel/protobuf/Makefile	Sun Mar 26 21:24:15 2017	(r436994)
@@ -24,7 +24,7 @@ TEST_ARGS=	${MAKE_ARGS} ${_MAKE_JOBS}
 TEST_TARGET=	check
 USE_CSTD=	c99	# for audio/clementine-player support
 USE_LDCONFIG=	yes
-USES=		autoreconf gmake libtool localbase pathfix pkgconfig
+USES=		autoreconf compiler:c++11-lang gmake libtool localbase pathfix pkgconfig
 
 GH_ACCOUNT=	google
 USE_GITHUB=	yes


More information about the svn-ports-all mailing list