pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-ujson
Module Name: pkgsrc
Committed By: he
Date: Sun Jan 26 15:44:37 UTC 2025
Modified Files:
pkgsrc/textproc/py-ujson: Makefile
Log Message:
textproc/py-ujson: use atomic64.mk to fix build on macppc w/python3.13.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/textproc/py-ujson/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-ujson/Makefile
diff -u pkgsrc/textproc/py-ujson/Makefile:1.22 pkgsrc/textproc/py-ujson/Makefile:1.23
--- pkgsrc/textproc/py-ujson/Makefile:1.22 Mon Nov 11 07:29:10 2024
+++ pkgsrc/textproc/py-ujson/Makefile Sun Jan 26 15:44:36 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2024/11/11 07:29:10 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2025/01/26 15:44:36 he Exp $
DISTNAME= ujson-5.10.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -18,4 +18,5 @@ USE_LANGUAGES= c c++
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/wheel.mk"
+.include "../../mk/atomic64.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index