Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Dec 2018 20:33:37 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r486802 - head/devel/protobuf
Message-ID:  <201812062033.wB6KXbvV054697@repo.freebsd.org>

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



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