git: 7ca6cad1091a - main - www/libnghttp3: Remove USES=compiler:c++17-lang
Date: Thu, 06 Jun 2024 21:56:38 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=7ca6cad1091a2ca7e636e31af3005deaf2c0c552 commit 7ca6cad1091a2ca7e636e31af3005deaf2c0c552 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-06-06 21:55:58 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-06-06 21:56:33 +0000 www/libnghttp3: Remove USES=compiler:c++17-lang PR: 274761 Reported by: diizzy --- www/libnghttp3/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/www/libnghttp3/Makefile b/www/libnghttp3/Makefile index fbb05faf4ae8..b70a0dd10e4f 100644 --- a/www/libnghttp3/Makefile +++ b/www/libnghttp3/Makefile @@ -13,12 +13,11 @@ WWW= https://nghttp2.org/nghttp3/ \ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= compiler:c++17-lang libtool pathfix pkgconfig tar:xz +USES= libtool pathfix pkgconfig tar:xz CONFIGURE_ARGS= --enable-lib-only GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USE_CXXSTD= c++17 USE_LDCONFIG= yes .include <bsd.port.mk>