mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
net/libngtcp2: Remove USES=compiler:c++14-lang
PR: 278906 Reported by: diizzy
This commit is contained in:
parent
a38c23598e
commit
a96f2c67df
1 changed files with 1 additions and 2 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue