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.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
