diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-10-08 08:58:12 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-10-08 08:58:12 +0000 |
commit | e70bb04bc0e8ed03b7ce47ae5bd71ca459c58459 (patch) | |
tree | b1f876e804309aa71b07622317a4479dc1cc19af /devel | |
parent | a0a3834b1ad8dc0d3b548c10d138b4d111c758aa (diff) | |
download | ports-e70bb04bc0e8ed03b7ce47ae5bd71ca459c58459.tar.gz ports-e70bb04bc0e8ed03b7ce47ae5bd71ca459c58459.zip |
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}" \ |