Date: Wed, 25 Sep 2024 04:25:37 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: ec6d668ada97 - main - www/libnghttp2: Remove USES=compiler Message-ID: <202409250425.48P4PbXE033961@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=ec6d668ada97e0cccfb6f2138dd9cbe0d012a17a commit ec6d668ada97e0cccfb6f2138dd9cbe0d012a17a Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-09-25 04:13:25 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-09-25 04:22:27 +0000 www/libnghttp2: Remove USES=compiler Reported by: diizzy --- www/libnghttp2/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/www/libnghttp2/Makefile b/www/libnghttp2/Makefile index ba7285f383ac..d7dae6b9ae3e 100644 --- a/www/libnghttp2/Makefile +++ b/www/libnghttp2/Makefile @@ -12,12 +12,11 @@ WWW= https://nghttp2.org/ \ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= compiler:c++20-lang cpe libtool pathfix pkgconfig tar:xz +USES= cpe libtool pathfix pkgconfig tar:xz CONFIGURE_ARGS= --enable-lib-only GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USE_CXXSTD= c++20 USE_LDCONFIG= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409250425.48P4PbXE033961>