diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/protobuf/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/protobuf/Makefile b/devel/protobuf/Makefile index db428322d11b..94375bbf830c 100644 --- a/devel/protobuf/Makefile +++ b/devel/protobuf/Makefile @@ -17,7 +17,9 @@ BROKEN_sparc64= fails to compile: no atomic ops available TEST_DEPENDS= googletest>=0:devel/googletest -USES= compiler:c++11-lang gmake libtool localbase pathfix pkgconfig +USES= compiler:c++11-lang cpe gmake libtool localbase pathfix pkgconfig + +CPE_VENDOR= google CFLAGS+= -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I${WRKSRC}/src CONFIGURE_ENV= CC_FOR_BUILD="${CC}" \ |