pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-cryptodome



Module Name:    pkgsrc
Committed By:   he
Date:           Sun Jan 19 16:53:53 UTC 2025

Modified Files:
        pkgsrc/security/py-cryptodome: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/security/py-cryptodome/Makefile

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

Modified files:

Index: pkgsrc/security/py-cryptodome/Makefile
diff -u pkgsrc/security/py-cryptodome/Makefile:1.55 pkgsrc/security/py-cryptodome/Makefile:1.56
--- pkgsrc/security/py-cryptodome/Makefile:1.55 Sat Oct 12 08:52:38 2024
+++ pkgsrc/security/py-cryptodome/Makefile      Sun Jan 19 16:53:53 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2024/10/12 08:52:38 wiz Exp $
+# $NetBSD: Makefile,v 1.56 2025/01/19 16:53:53 he Exp $
 
 DISTNAME=      pycryptodome-3.21.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^py//}
@@ -30,4 +30,5 @@ PLIST_SUBST+= SOEXT="abi3.so"
 
 BUILDLINK_API_DEPENDS.gmp+=    gmp>=5.0
 .include "../../devel/gmp/buildlink3.mk"
+.include "../../mk/atomic64.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index