pkgsrc-Changes archive

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

CVS commit: pkgsrc/converters/py-simplejson



Module Name:    pkgsrc
Committed By:   he
Date:           Tue Jan 21 15:35:41 UTC 2025

Modified Files:
        pkgsrc/converters/py-simplejson: Makefile

Log Message:
converters/py-simplejson: use atomic64.mk to fix build on macppc w/py3.13.


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/converters/py-simplejson/Makefile

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

Modified files:

Index: pkgsrc/converters/py-simplejson/Makefile
diff -u pkgsrc/converters/py-simplejson/Makefile:1.52 pkgsrc/converters/py-simplejson/Makefile:1.53
--- pkgsrc/converters/py-simplejson/Makefile:1.52       Mon Nov 11 07:27:55 2024
+++ pkgsrc/converters/py-simplejson/Makefile    Tue Jan 21 15:35:41 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2024/11/11 07:27:55 wiz Exp $
+# $NetBSD: Makefile,v 1.53 2025/01/21 15:35:41 he Exp $
 
 DISTNAME=      simplejson-3.19.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -13,4 +13,5 @@ LICENSE=      mit
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 
 .include "../../lang/python/wheel.mk"
+.include "../../mk/atomic64.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index