pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/nghttp2-tools
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.
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
Home |
Main Index |
Thread Index |
Old Index