pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/h2o



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue May 13 22:09:24 UTC 2025

Modified Files:
        pkgsrc/www/h2o: Makefile

Log Message:
h2o: Use gnu99 so the correct alloca definition gets used.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/www/h2o/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/h2o/Makefile
diff -u pkgsrc/www/h2o/Makefile:1.28 pkgsrc/www/h2o/Makefile:1.29
--- pkgsrc/www/h2o/Makefile:1.28        Sun Aug 25 06:19:18 2024
+++ pkgsrc/www/h2o/Makefile     Tue May 13 22:09:24 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2024/08/25 06:19:18 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2025/05/13 22:09:24 nia Exp $
 
 DISTNAME=      h2o-2.2.6
 PKGREVISION=   4
@@ -23,7 +23,7 @@ CMAKE_CONFIGURE_ARGS+=                -DWITH_MRUBY=off
 CMAKE_CONFIGURE_ARGS+=         -DBUILD_SHARED_LIBS=on
 
 # error: 'for' loop initial declarations are only allowed in C99 mode
-FORCE_C_STD=           c99
+FORCE_C_STD=           gnu99
 
 SUBST_CLASSES+=                interp
 SUBST_STAGE.interp=    post-extract



Home | Main Index | Thread Index | Old Index