pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-mercurial



Module Name:    pkgsrc
Committed By:   he
Date:           Sun Jan 26 16:00:34 UTC 2025

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.103 -r1.104 pkgsrc/devel/py-mercurial/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-mercurial/Makefile
diff -u pkgsrc/devel/py-mercurial/Makefile:1.103 pkgsrc/devel/py-mercurial/Makefile:1.104
--- pkgsrc/devel/py-mercurial/Makefile:1.103    Wed Dec 11 23:32:49 2024
+++ pkgsrc/devel/py-mercurial/Makefile  Sun Jan 26 16:00:33 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.103 2024/12/11 23:32:49 riastradh Exp $
+# $NetBSD: Makefile,v 1.104 2025/01/26 16:00:33 he Exp $
 #
 # Changelog sometimes at: https://www.mercurial-scm.org/wiki/WhatsNew
 
@@ -55,4 +55,5 @@ do-test:
 
 .include "../../lang/python/batteries-included.mk"
 .include "../../lang/python/wheel.mk"
+.include "../../mk/atomic64.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index