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:   he
Date:           Sat Jan 18 19:36:41 UTC 2025

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

Log Message:
textproc/py-lxml: use atomic64.mk to fix build with python3.13 on macppc.


To generate a diff of this commit:
cvs rdiff -u -r1.113 -r1.114 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.113 pkgsrc/textproc/py-lxml/Makefile:1.114
--- pkgsrc/textproc/py-lxml/Makefile:1.113      Thu Nov 14 22:21:55 2024
+++ pkgsrc/textproc/py-lxml/Makefile    Sat Jan 18 19:36:41 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.113 2024/11/14 22:21:55 wiz Exp $
+# $NetBSD: Makefile,v 1.114 2025/01/18 19:36:41 he Exp $
 
 DISTNAME=      lxml-5.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -41,4 +41,5 @@ BUILDLINK_API_DEPENDS.libxml2+=       libxml2>
 .include "../../textproc/libxml2/buildlink3.mk"
 BUILDLINK_API_DEPENDS.libxslt+=        libxslt>=1.1.34
 .include "../../textproc/libxslt/buildlink3.mk"
+.include "../../mk/atomic64.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index