pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-cElementTree
Module Name: pkgsrc
Committed By: nia
Date: Sat Oct 9 10:54:06 UTC 2021
Modified Files:
pkgsrc/textproc/py-cElementTree: Makefile
Log Message:
py-cElementTree: needs wrappers to add std=c99...
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/textproc/py-cElementTree/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-cElementTree/Makefile
diff -u pkgsrc/textproc/py-cElementTree/Makefile:1.18 pkgsrc/textproc/py-cElementTree/Makefile:1.19
--- pkgsrc/textproc/py-cElementTree/Makefile:1.18 Sun Jan 26 17:32:17 2020
+++ pkgsrc/textproc/py-cElementTree/Makefile Sat Oct 9 10:54:06 2021
@@ -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 @@ MAINTAINER= pkgsrc-users%NetBSD.org@localhost
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