pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/geography/py-gdal
Module Name: pkgsrc
Committed By: gdt
Date: Sun Jun 22 10:45:35 UTC 2025
Modified Files:
pkgsrc/geography/py-gdal: Makefile
Log Message:
geography/py-gdal: +atomic64.mk
Add atomic64.mk, already present in gdal-lib, because shadow bulk
build on i386 shows atomic ops failure. No change expected on
platforms that naturally have 64-bit atomic ops; build tested on
NetBSD 10 amd64.
To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 pkgsrc/geography/py-gdal/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-gdal/Makefile
diff -u pkgsrc/geography/py-gdal/Makefile:1.85 pkgsrc/geography/py-gdal/Makefile:1.86
--- pkgsrc/geography/py-gdal/Makefile:1.85 Fri May 16 05:40:51 2025
+++ pkgsrc/geography/py-gdal/Makefile Sun Jun 22 10:45:35 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.85 2025/05/16 05:40:51 wiz Exp $
+# $NetBSD: Makefile,v 1.86 2025/06/22 10:45:35 gdt Exp $
PKGREVISION= 1
.include "../../geography/gdal-lib/Makefile.common"
@@ -35,6 +35,8 @@ pre-build:
cd swig/python && \
${MAKE} python_generated_files
+.include "../../mk/atomic64.mk"
+
BUILDLINK_API_DEPENDS.gdal-lib+= gdal-lib>=3.9.0
.include "../../geography/gdal-lib/buildlink3.mk"
# \todo Explain why wheel must be before tool (Python.h not found), or fix
Home |
Main Index |
Thread Index |
Old Index