graphics/qgis: Fix build with gdal 3.13.0+
/wrkdirs/usr/ports/graphics/qgis/work/qgis-3.44.9/src/core/providers/ogr/qgsogrproviderconnection.cpp:422:10: error: cannot initialize a variable of type 'char **' with an rvalue of type 'CSLConstList' (aka 'const char *const *')
422 | char **driverMetadata = GDALGetMetadata( hDriver, nullptr );
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~1 error gene
Obtained from: https://github.com/qgis/QGIS/commit/ac1443a90bb295cfb179de969b07b885c64e6252
Approved by: portmgr (blanket)