diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-06-16 13:59:08 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-06-16 13:59:08 +0000 |
commit | 7f176d8fd4d2a12afd2ec0a9a679b198ea723128 (patch) | |
tree | 68804cad50649ec6709cbfe8ed4ce6a46f6931f3 | |
parent | e4bc1f63b9dbdbde2463e8e4e33687aceb51bf1e (diff) | |
download | ports-7f176d8fd4d2a12afd2ec0a9a679b198ea723128.tar.gz ports-7f176d8fd4d2a12afd2ec0a9a679b198ea723128.zip |
devel/protobuf: Remove USES=gmake
It compiles fine without gmake now.
-rw-r--r-- | devel/protobuf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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}" \ |