pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/py-zopfli



Module Name:    pkgsrc
Committed By:   he
Date:           Sat Jan 18 19:52:47 UTC 2025

Modified Files:
        pkgsrc/archivers/py-zopfli: Makefile

Log Message:
archivers/py-zopfli: use atomic64.mk to fix build on macppc w/py3.13.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/archivers/py-zopfli/Makefile

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

Modified files:

Index: pkgsrc/archivers/py-zopfli/Makefile
diff -u pkgsrc/archivers/py-zopfli/Makefile:1.7 pkgsrc/archivers/py-zopfli/Makefile:1.8
--- pkgsrc/archivers/py-zopfli/Makefile:1.7     Wed Sep 13 19:25:48 2023
+++ pkgsrc/archivers/py-zopfli/Makefile Sat Jan 18 19:52:47 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2023/09/13 19:25:48 adam Exp $
+# $NetBSD: Makefile,v 1.8 2025/01/18 19:52:47 he Exp $
 
 DISTNAME=      zopfli-0.2.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -23,4 +23,5 @@ do-test:
        cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
 
 .include "../../lang/python/egg.mk"
+.include "../../mk/atomic64.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index