git: 7f176d8fd4d2 - main - devel/protobuf: Remove USES=gmake
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 16 Jun 2022 14:05:15 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=7f176d8fd4d2a12afd2ec0a9a679b198ea723128 commit 7f176d8fd4d2a12afd2ec0a9a679b198ea723128 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-06-16 13:59:08 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-06-16 13:59:08 +0000 devel/protobuf: Remove USES=gmake It compiles fine without gmake now. --- devel/protobuf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/protobuf/Makefile b/devel/protobuf/Makefile index 06dea8b7fca6..a9e2a57e444a 100644 --- a/devel/protobuf/Makefile +++ b/devel/protobuf/Makefile @@ -17,7 +17,7 @@ BROKEN_sparc64= fails to compile: no atomic ops available TEST_DEPENDS= googletest>=0:devel/googletest -USES= compiler:c++11-lang cpe gmake libtool localbase pathfix pkgconfig +USES= compiler:c++11-lang cpe libtool localbase pathfix pkgconfig CFLAGS+= -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I${WRKSRC}/src CONFIGURE_ENV= CC_FOR_BUILD="${CC}" \