pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-Pillow



Module Name:    pkgsrc
Committed By:   he
Date:           Thu Jan 16 20:47:43 UTC 2025

Modified Files:
        pkgsrc/graphics/py-Pillow: Makefile

Log Message:
graphics/py-Pillow: use atomic64.mk so this builds with python 3.13.


To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 pkgsrc/graphics/py-Pillow/Makefile

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

Modified files:

Index: pkgsrc/graphics/py-Pillow/Makefile
diff -u pkgsrc/graphics/py-Pillow/Makefile:1.86 pkgsrc/graphics/py-Pillow/Makefile:1.87
--- pkgsrc/graphics/py-Pillow/Makefile:1.86     Thu Jan  2 13:46:13 2025
+++ pkgsrc/graphics/py-Pillow/Makefile  Thu Jan 16 20:47:42 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.86 2025/01/02 13:46:13 adam Exp $
+# $NetBSD: Makefile,v 1.87 2025/01/16 20:47:42 he Exp $
 
 DISTNAME=      pillow-11.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^p/P/}
@@ -32,4 +32,5 @@ DISTUTILS_BUILDDIR_IN_TEST_ENV=       yes
 .include "../../graphics/tiff/buildlink3.mk"
 .include "../../lang/python/wheel.mk"
 .include "../../mk/jpeg.buildlink3.mk"
+.include "../../mk/atomic64.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index