pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-kiwisolver



Module Name:    pkgsrc
Committed By:   he
Date:           Sat Jan 18 19:03:28 UTC 2025

Modified Files:
        pkgsrc/math/py-kiwisolver: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/math/py-kiwisolver/Makefile

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

Modified files:

Index: pkgsrc/math/py-kiwisolver/Makefile
diff -u pkgsrc/math/py-kiwisolver/Makefile:1.11 pkgsrc/math/py-kiwisolver/Makefile:1.12
--- pkgsrc/math/py-kiwisolver/Makefile:1.11     Sat Dec 28 21:37:37 2024
+++ pkgsrc/math/py-kiwisolver/Makefile  Sat Jan 18 19:03:28 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2024/12/28 21:37:37 adam Exp $
+# $NetBSD: Makefile,v 1.12 2025/01/18 19:03:28 he Exp $
 
 DISTNAME=      kiwisolver-1.4.8
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -20,4 +20,5 @@ PYTHON_VERSIONS_INCOMPATIBLE= 39
 BUILDLINK_API_DEPENDS.py-cppy+=        ${PYPKGPREFIX}-cppy>=1.3.0
 .include "../../devel/py-cppy/buildlink3.mk"
 .include "../../lang/python/wheel.mk"
+.include "../../mk/atomic64.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index