pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-regex



Module Name:    pkgsrc
Committed By:   he
Date:           Sun Jan 19 17:04:01 UTC 2025

Modified Files:
        pkgsrc/textproc/py-regex: Makefile

Log Message:
textproc/py-regex: use atomic64.mk to fix build on macppc w/python3.13.


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 pkgsrc/textproc/py-regex/Makefile

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

Modified files:

Index: pkgsrc/textproc/py-regex/Makefile
diff -u pkgsrc/textproc/py-regex/Makefile:1.58 pkgsrc/textproc/py-regex/Makefile:1.59
--- pkgsrc/textproc/py-regex/Makefile:1.58      Mon Nov 11 07:29:08 2024
+++ pkgsrc/textproc/py-regex/Makefile   Sun Jan 19 17:04:01 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2024/11/11 07:29:08 wiz Exp $
+# $NetBSD: Makefile,v 1.59 2025/01/19 17:04:01 he Exp $
 
 DISTNAME=      regex-2024.11.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -17,4 +17,5 @@ do-test:
        ${PYTHONBIN} -m regex.test_regex
 
 .include "../../lang/python/wheel.mk"
+.include "../../mk/atomic64.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index