pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-cffi



Module Name:    pkgsrc
Committed By:   he
Date:           Sat Jan 18 10:09:21 UTC 2025

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

Log Message:
devel/py-cffi: use atomic64.mk to fix build with python 3.13 on macppc.


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 pkgsrc/devel/py-cffi/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-cffi/Makefile
diff -u pkgsrc/devel/py-cffi/Makefile:1.58 pkgsrc/devel/py-cffi/Makefile:1.59
--- pkgsrc/devel/py-cffi/Makefile:1.58  Mon Nov 11 07:28:03 2024
+++ pkgsrc/devel/py-cffi/Makefile       Sat Jan 18 10:09:21 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2024/11/11 07:28:03 wiz Exp $
+# $NetBSD: Makefile,v 1.59 2025/01/18 10:09:21 he Exp $
 
 DISTNAME=      cffi-1.17.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -21,4 +21,5 @@ USE_TOOLS+=   pkg-config
 
 .include "../../devel/libffi/buildlink3.mk"
 .include "../../lang/python/wheel.mk"
+.include "../../mk/atomic64.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index