pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-bitarray
Module Name: pkgsrc
Committed By: he
Date: Wed Jan 22 13:30:04 UTC 2025
Modified Files:
pkgsrc/devel/py-bitarray: Makefile
Log Message:
devel/py-bitarray: use atomic64.mk to fix build on macppc w/python3.13.
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/devel/py-bitarray/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-bitarray/Makefile
diff -u pkgsrc/devel/py-bitarray/Makefile:1.39 pkgsrc/devel/py-bitarray/Makefile:1.40
--- pkgsrc/devel/py-bitarray/Makefile:1.39 Mon Nov 11 07:28:01 2024
+++ pkgsrc/devel/py-bitarray/Makefile Wed Jan 22 13:30:04 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2024/11/11 07:28:01 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2025/01/22 13:30:04 he Exp $
DISTNAME= bitarray-2.9.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -18,4 +18,5 @@ do-test:
${SETENV} ${TEST_ENV} ${PYTHONBIN} -c 'import bitarray; bitarray.test()'
.include "../../lang/python/wheel.mk"
+.include "../../mk/atomic64.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index