pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/py-brotli



Module Name:    pkgsrc
Committed By:   he
Date:           Thu Jan 16 16:41:28 UTC 2025

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

Log Message:
archivers/py-brotli: add use of mk/atomic64.mk to fix build with python-3.13.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/archivers/py-brotli/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-brotli/Makefile
diff -u pkgsrc/archivers/py-brotli/Makefile:1.6 pkgsrc/archivers/py-brotli/Makefile:1.7
--- pkgsrc/archivers/py-brotli/Makefile:1.6     Wed Nov 22 18:32:47 2023
+++ pkgsrc/archivers/py-brotli/Makefile Thu Jan 16 16:41:28 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2023/11/22 18:32:47 schmonz Exp $
+# $NetBSD: Makefile,v 1.7 2025/01/16 16:41:28 he Exp $
 
 DISTNAME=      Brotli-1.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -17,4 +17,5 @@ USE_LANGUAGES=        c c++
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 .include "../../lang/python/egg.mk"
+.include "../../mk/atomic64.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index