Date: Fri, 8 Oct 2021 09:05:55 GMT From: Bernhard Froehlich <decke@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: e70bb04bc0e8 - main - devel/protobuf: Add CPE information Message-ID: <202110080905.19895tZO040679@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}" \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110080905.19895tZO040679>