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:   wiz
Date:           Wed Nov  8 23:00:56 UTC 2023

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

Log Message:
py-lxml: uses 'for (int i=...)' so needs c99


To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 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.92 pkgsrc/textproc/py-lxml/Makefile:1.93
--- pkgsrc/textproc/py-lxml/Makefile:1.92       Wed Nov  8 13:21:08 2023
+++ pkgsrc/textproc/py-lxml/Makefile    Wed Nov  8 23:00:56 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.92 2023/11/08 13:21:08 wiz Exp $
+# $NetBSD: Makefile,v 1.93 2023/11/08 23:00:56 wiz Exp $
 
 DISTNAME=      lxml-4.9.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -11,6 +11,8 @@ HOMEPAGE=     https://lxml.de/
 COMMENT=       Python binding for libxml2 and libxslt
 LICENSE=       modified-bsd
 
+USE_CC_FEATURES=       c99
+
 # Path too long for nbtar (pax-as-tar)?
 # See pkg/56688: nbtar (archivers/pax) silently drops files
 EXTRACT_USING= gtar



Home | Main Index | Thread Index | Old Index