pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-expat py-expat: needs wrappers to add std=...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fec43377a416
branches:  trunk
changeset: 459559:fec43377a416
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat Oct 09 10:55:00 2021 +0000

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

diffstat:

 textproc/py-expat/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 0251b736eb5f -r fec43377a416 textproc/py-expat/Makefile
--- a/textproc/py-expat/Makefile        Sat Oct 09 10:54:22 2021 +0000
+++ b/textproc/py-expat/Makefile        Sat Oct 09 10:55:00 2021 +0000
@@ -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 @@
 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