pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-markupsafe



Module Name:    pkgsrc
Committed By:   he
Date:           Sat Jan 18 19:43:28 UTC 2025

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/textproc/py-markupsafe/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-markupsafe/Makefile
diff -u pkgsrc/textproc/py-markupsafe/Makefile:1.22 pkgsrc/textproc/py-markupsafe/Makefile:1.23
--- pkgsrc/textproc/py-markupsafe/Makefile:1.22 Mon Nov 11 07:29:05 2024
+++ pkgsrc/textproc/py-markupsafe/Makefile      Sat Jan 18 19:43:28 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2024/11/11 07:29:05 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2025/01/18 19:43:28 he Exp $
 
 DISTNAME=      markupsafe-3.0.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -15,4 +15,5 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-setuptools
 WHEEL_NAME=    MarkupSafe-${PKGVERSION_NOREV}
 
 .include "../../lang/python/wheel.mk"
+.include "../../mk/atomic64.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index