git: a96f2c67df5a - main - net/libngtcp2: Remove USES=compiler:c++14-lang
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 28 May 2024 10:25:00 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a96f2c67df5a3427a85aac9bffeaedb0971a7ad7 commit a96f2c67df5a3427a85aac9bffeaedb0971a7ad7 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-05-28 10:02:47 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-05-28 10:21:55 +0000 net/libngtcp2: Remove USES=compiler:c++14-lang PR: 278906 Reported by: diizzy --- net/libngtcp2/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net/libngtcp2/Makefile b/net/libngtcp2/Makefile index 28c2a1d86287..59942ff63180 100644 --- a/net/libngtcp2/Makefile +++ b/net/libngtcp2/Makefile @@ -12,12 +12,11 @@ WWW= https://nghttp2.org/ngtcp2/ \ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= compiler:c++14-lang libtool pathfix pkgconfig tar:xz +USES= libtool pathfix pkgconfig tar:xz CONFIGURE_ARGS= --enable-lib-only --with-jemalloc GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USE_CXXSTD= c++14 USE_LDCONFIG= yes .include <bsd.port.mk>