git: e70bb04bc0e8 - main - devel/protobuf: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 08 Oct 2021 09:05:55 UTC
The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=e70bb04bc0e8ed03b7ce47ae5bd71ca459c58459 commit e70bb04bc0e8ed03b7ce47ae5bd71ca459c58459 Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2021-10-08 08:58:12 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2021-10-08 08:58:12 +0000 devel/protobuf: Add CPE information Approved by: portmgr (blanket) --- devel/protobuf/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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}" \