pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-cython



Module Name:    pkgsrc
Committed By:   he
Date:           Sat Jan 18 18:55:08 UTC 2025

Modified Files:
        pkgsrc/devel/py-cython: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.96 -r1.97 pkgsrc/devel/py-cython/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-cython/Makefile
diff -u pkgsrc/devel/py-cython/Makefile:1.96 pkgsrc/devel/py-cython/Makefile:1.97
--- pkgsrc/devel/py-cython/Makefile:1.96        Mon Nov 11 07:28:05 2024
+++ pkgsrc/devel/py-cython/Makefile     Sat Jan 18 18:55:08 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.96 2024/11/11 07:28:05 wiz Exp $
+# $NetBSD: Makefile,v 1.97 2025/01/18 18:55:08 he Exp $
 
 DISTNAME=      cython-3.0.11
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -41,4 +41,5 @@ pre-test:
 
 .include "../../lang/python/application.mk"
 .include "../../lang/python/wheel.mk"
+.include "../../mk/atomic64.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index