svn commit: r486802 - head/devel/protobuf

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Dec 6 20:33:38 UTC 2018


Author: sunpoet
Date: Thu Dec  6 20:33:36 2018
New Revision: 486802
URL: https://svnweb.freebsd.org/changeset/ports/486802

Log:
  Fix build on powerpc64
  
  PR:		233816
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl>

Modified:
  head/devel/protobuf/Makefile

Modified: head/devel/protobuf/Makefile
==============================================================================
--- head/devel/protobuf/Makefile	Thu Dec  6 20:33:31 2018	(r486801)
+++ head/devel/protobuf/Makefile	Thu Dec  6 20:33:36 2018	(r486802)
@@ -20,7 +20,7 @@ TEST_DEPENDS=	googlemock>=0:devel/googlemock \
 
 USES=		autoreconf compiler:c++11-lang gmake libtool localbase pathfix pkgconfig
 
-CFLAGS+=	-DGOOGLE_PROTOBUF_NO_RTTI -I${WRKSRC}/src
+CFLAGS+=	-D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I${WRKSRC}/src
 CONFIGURE_ENV=	CC_FOR_BUILD="${CC}" \
 		CFLAGS_FOR_BUILD="${CFLAGS}" \
 		CPPFLAGS_FOR_BUILD="${CPPFLAGS}" \


More information about the svn-ports-all mailing list