pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/py-genshi



Module Name:    pkgsrc
Committed By:   he
Date:           Sat Jan 18 18:59:41 UTC 2025

Modified Files:
        pkgsrc/www/py-genshi: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/www/py-genshi/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-genshi/Makefile
diff -u pkgsrc/www/py-genshi/Makefile:1.26 pkgsrc/www/py-genshi/Makefile:1.27
--- pkgsrc/www/py-genshi/Makefile:1.26  Mon Nov 11 07:29:24 2024
+++ pkgsrc/www/py-genshi/Makefile       Sat Jan 18 18:59:41 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2024/11/11 07:29:24 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2025/01/18 18:59:41 he Exp $
 
 DISTNAME=      Genshi-0.7.9
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -21,4 +21,5 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27
 
 .include "../../lang/python/batteries-included.mk"
 .include "../../lang/python/wheel.mk"
+.include "../../mk/atomic64.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index