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 Jul 11 05:35:42 UTC 2023

Modified Files:
        pkgsrc/www/h2o: Makefile

Log Message:
h2o: Assumes compiler defaults to c99.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 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.24 pkgsrc/www/h2o/Makefile:1.25
--- pkgsrc/www/h2o/Makefile:1.24        Tue Jun 28 11:37:05 2022
+++ pkgsrc/www/h2o/Makefile     Tue Jul 11 05:35:42 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2022/06/28 11:37:05 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2023/07/11 05:35:42 nia Exp $
 
 DISTNAME=      h2o-2.2.6
 PKGREVISION=   3
@@ -12,7 +12,8 @@ COMMENT=      Optimized HTTP server with supp
 LICENSE=       mit
 
 USE_CMAKE=             yes
-USE_LANGUAGES=         c c++
+# error: 'for' loop initial declarations are only allowed in C99 mode
+USE_LANGUAGES=         c99 c++
 USE_TOOLS+=            perl:run pkg-config
 PKGCONFIG_OVERRIDE+=   libh2o-evloop.pc.in
 PKGCONFIG_OVERRIDE+=   libh2o.pc.in



Home | Main Index | Thread Index | Old Index