pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/py-Tk



Module Name:    pkgsrc
Committed By:   tnn
Date:           Wed Apr  1 08:59:11 UTC 2026

Modified Files:
        pkgsrc/x11/py-Tk: Makefile

Log Message:
py-Tk: needs 64-bit atomics


To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 pkgsrc/x11/py-Tk/Makefile

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

Modified files:

Index: pkgsrc/x11/py-Tk/Makefile
diff -u pkgsrc/x11/py-Tk/Makefile:1.81 pkgsrc/x11/py-Tk/Makefile:1.82
--- pkgsrc/x11/py-Tk/Makefile:1.81      Thu Oct  9 08:02:00 2025
+++ pkgsrc/x11/py-Tk/Makefile   Wed Apr  1 08:59:11 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.81 2025/10/09 08:02:00 wiz Exp $
+# $NetBSD: Makefile,v 1.82 2026/04/01 08:59:11 tnn Exp $
 
 PKGNAME=       ${PYPKGPREFIX}-Tk-${PY_DISTVERSION}
 PKGREVISION=   9
@@ -35,6 +35,7 @@ PY_SETUP_SUBST+=      X11LIB=
 PY_SETUP_SUBST+=       X11LIB=\'X11\'
 .endif
 
+.include "../../mk/atomic64.mk"
 .include "../../lang/python/extension.mk"
 .include "../../lang/python/srcdist.mk"
 .include "../../lang/tcl/buildlink3.mk"



Home | Main Index | Thread Index | Old Index