pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-expat



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Oct  9 10:55:00 UTC 2021

Modified Files:
        pkgsrc/textproc/py-expat: Makefile

Log Message:
py-expat: needs wrappers to add std=c99...


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/textproc/py-expat/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/py-expat/Makefile
diff -u pkgsrc/textproc/py-expat/Makefile:1.31 pkgsrc/textproc/py-expat/Makefile:1.32
--- pkgsrc/textproc/py-expat/Makefile:1.31      Wed Jan  8 21:19:55 2020
+++ pkgsrc/textproc/py-expat/Makefile   Sat Oct  9 10:55:00 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2020/01/08 21:19:55 adam Exp $
+# $NetBSD: Makefile,v 1.32 2021/10/09 10:55:00 nia Exp $
 
 PKGNAME=       ${PYPKGPREFIX}-expat-${PY_DISTVERSION}
 CATEGORIES=    textproc python
@@ -7,6 +7,9 @@ MAINTAINER=     pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://www.python.org/
 COMMENT=       Python interface to expat
 
+# "error: 'for' loop initial declarations are only allowed in C99 mode"
+USE_LANGUAGES= c99
+
 USE_GCC_RUNTIME=       yes
 
 PYDISTUTILSPKG=                yes



Home | Main Index | Thread Index | Old Index