net/libngtcp2: Remove USES=compiler:c++14-lang

PR:		278906
Reported by:	diizzy
This commit is contained in:
Po-Chuan Hsieh 2024-05-28 18:02:47 +08:00
parent a38c23598e
commit a96f2c67df
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B

View file

@ -12,12 +12,11 @@ WWW= https://nghttp2.org/ngtcp2/ \
LICENSE= MIT LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING 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 CONFIGURE_ARGS= --enable-lib-only --with-jemalloc
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip INSTALL_TARGET= install-strip
USE_CXXSTD= c++14
USE_LDCONFIG= yes USE_LDCONFIG= yes
.include <bsd.port.mk> .include <bsd.port.mk>