pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-lxml
Module Name: pkgsrc
Committed By: nia
Date: Mon Feb 26 09:19:50 UTC 2024
Modified Files:
pkgsrc/textproc/py-lxml: Makefile
Log Message:
c std, not cxx
To generate a diff of this commit:
cvs rdiff -u -r1.102 -r1.103 pkgsrc/textproc/py-lxml/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-lxml/Makefile
diff -u pkgsrc/textproc/py-lxml/Makefile:1.102 pkgsrc/textproc/py-lxml/Makefile:1.103
--- pkgsrc/textproc/py-lxml/Makefile:1.102 Fri Feb 16 08:15:33 2024
+++ pkgsrc/textproc/py-lxml/Makefile Mon Feb 26 09:19:49 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.102 2024/02/16 08:15:33 nia Exp $
+# $NetBSD: Makefile,v 1.103 2024/02/26 09:19:49 nia Exp $
DISTNAME= lxml-5.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -18,7 +18,7 @@ USE_CC_FEATURES= c99
# pycore_frame.h:134:5: error:
# 'for' loop initial declarations are only allowed in C99 mode
-FORCE_CXX_STD= gnu99
+FORCE_C_STD= gnu99
PYTHON_VERSIONS_INCOMPATIBLE= 27
Home |
Main Index |
Thread Index |
Old Index