CVS commit: pkgsrc/www/nghttp2-tools
"Thomas Klausner" <[email protected]> Fri, 7 Aug 2026 09:12:28 +0000
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: pkgsrc Committed By: wiz Date: Fri Aug 7 09:12:28 UTC 2026 Modified Files: pkgsrc/www/nghttp2-tools: Makefile Log Message: nghttp2-tools: needs gcc 14 for '#include <print>' To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 pkgsrc/www/nghttp2-tools/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
(unnamed)
(text/x-diff, 672 B)
Modified files: Index: pkgsrc/www/nghttp2-tools/Makefile diff -u pkgsrc/www/nghttp2-tools/Makefile:1.41 pkgsrc/www/nghttp2-tools/Makefile:1.42 --- pkgsrc/www/nghttp2-tools/Makefile:1.41 Sat Mar 21 12:06:45 2026 +++ pkgsrc/www/nghttp2-tools/Makefile Fri Aug 7 09:12:28 2026 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2026/03/21 12:06:45 wiz Exp $ +# $NetBSD: Makefile,v 1.42 2026/08/07 09:12:28 wiz Exp $ .include "../../www/nghttp2/Makefile.common" @@ -19,7 +19,8 @@ CONFIGURE_ARGS+= --disable-python-bindin CONFIGURE_ARGS+= --enable-app CONFIGURE_ARGS+= --enable-hpack-tools -GCC_REQD+= 12 +# for '#include <print>' +GCC_REQD+= 14 INSTALL_DIRS+= src