pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/geography/py-maxminddb
Module Name: pkgsrc
Committed By: he
Date: Thu Jan 23 17:36:19 UTC 2025
Modified Files:
pkgsrc/geography/py-maxminddb: Makefile
Log Message:
geography/py-maxminddb: use atomic64.mk to fix build on NetBSD/powerpc w/py3.13.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/geography/py-maxminddb/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/geography/py-maxminddb/Makefile
diff -u pkgsrc/geography/py-maxminddb/Makefile:1.7 pkgsrc/geography/py-maxminddb/Makefile:1.8
--- pkgsrc/geography/py-maxminddb/Makefile:1.7 Wed Jan 15 15:12:36 2025
+++ pkgsrc/geography/py-maxminddb/Makefile Thu Jan 23 17:36:19 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2025/01/15 15:12:36 adam Exp $
+# $NetBSD: Makefile,v 1.8 2025/01/23 17:36:19 he Exp $
DISTNAME= maxminddb-2.6.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -15,4 +15,5 @@ TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools
.include "../../geography/libmaxminddb/buildlink3.mk"
.include "../../lang/python/wheel.mk"
+.include "../../mk/atomic64.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index