[Git][debian-gis-team/saga][master] Fix patch.
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Fri Apr 17 07:41:50 BST 2026
Bas Couwenberg pushed to branch master at Debian GIS Project / saga
Commits:
1cdcb16e by Bas Couwenberg at 2026-04-17T08:41:44+02:00
Fix patch.
- - - - -
1 changed file:
- debian/patches/gdal-3.13.patch
Changes:
=====================================
debian/patches/gdal-3.13.patch
=====================================
@@ -18,7 +18,7 @@ Forwarded: https://sourceforge.net/p/saga-gis/bugs/336/
+#if GDAL_VERSION_NUM >= GDAL_COMPUTE_VERSION(3, 13, 0)
+ CSLConstList pMetaData = GDALGetMetadata(m_pDataSet, 0);
+#else
-+ *char **pMetaData = GDALGetMetadata(m_pDataSet, 0);
++ char **pMetaData = GDALGetMetadata(m_pDataSet, 0);
+#endif
if( pMetaData )
View it on GitLab: https://salsa.debian.org/debian-gis-team/saga/-/commit/1cdcb16e40b0f55d73c85c60d180cd0f1d603079
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/saga/-/commit/1cdcb16e40b0f55d73c85c60d180cd0f1d603079
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20260417/83c0e14b/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list