pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/py-cElementTree py-cElementTree: needs wrappe...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f3f31f442e39
branches: trunk
changeset: 459556:f3f31f442e39
user: nia <nia%pkgsrc.org@localhost>
date: Sat Oct 09 10:54:06 2021 +0000
description:
py-cElementTree: needs wrappers to add std=c99...
diffstat:
textproc/py-cElementTree/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 85a5084c9a27 -r f3f31f442e39 textproc/py-cElementTree/Makefile
--- a/textproc/py-cElementTree/Makefile Sat Oct 09 10:41:07 2021 +0000
+++ b/textproc/py-cElementTree/Makefile Sat Oct 09 10:54:06 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2020/01/26 17:32:17 rillig Exp $
+# $NetBSD: Makefile,v 1.19 2021/10/09 10:54:06 nia Exp $
PKGNAME= ${PYPKGPREFIX}-cElementTree-${PY_DISTVERSION}
CATEGORIES= textproc python
@@ -7,6 +7,9 @@
HOMEPAGE= https://www.effbot.org/zone/celementtree.htm
COMMENT= C implementation of Python ElementTree API
+# "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