pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-genshi



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Jul  1 14:11:48 UTC 2023

Modified Files:
        pkgsrc/www/py-genshi: Makefile

Log Message:
py-genshi: assumes compiler defaults to c99


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/www/py-genshi/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/py-genshi/Makefile
diff -u pkgsrc/www/py-genshi/Makefile:1.19 pkgsrc/www/py-genshi/Makefile:1.20
--- pkgsrc/www/py-genshi/Makefile:1.19  Sun Apr 30 15:03:18 2023
+++ pkgsrc/www/py-genshi/Makefile       Sat Jul  1 14:11:48 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2023/04/30 15:03:18 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2023/07/01 14:11:48 nia Exp $
 
 DISTNAME=      Genshi-0.7.7
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -10,6 +10,9 @@ HOMEPAGE=     https://genshi.edgewall.org/
 COMMENT=       Python toolkit for generation of output for the web
 LICENSE=       modified-bsd
 
+# "error: 'for' loop initial declarations are only allowed in C99 mode"
+USE_LANGUAGES= c99
+
 DEPENDS+=      ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
 DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 



Home | Main Index | Thread Index | Old Index