Files
ports/graphics/cloudcompare
Po-Chuan Hsieh 803f9f4ec1 graphics/cloudcompare: Fix build with gdal 3.13.0+
/wrkdirs/usr/ports/graphics/cloudcompare/work/CloudCompare-2.13.2/qCC/ccRasterizeTool.cpp:1326:9: error: cannot initialize a variable of type 'char **' with an rvalue of type 'CSLConstList' (aka 'const char *const *')
 1326 |         char** papszMetadata = poDriver->GetMetadata();
      |                ^               ~~~~~~~~~~~~~~~~~~~~~~~
3 warnings and 1 error generated.

Obtained from:	https://github.com/CloudCompare/CloudCompare/commit/449a8e5106d119d4bce71b6d0a84e3d663a3bbf9
Approved by:	portmgr (blanket)
2026-05-12 17:31:14 +08:00
..