vcpkg/ports/gdal
Mateusz Loskot 793019b9cd [GEOS] Generate debug library names with d suffix (#3371)
* [GEOS] Generate debug library names with `d` suffix

Currently geos.lib name is used for both, debug and optimised
GEOS libraries. This leads to situation when:
```
find_library(GEOS_LIBRARY_DEBUG NAMES geos)
find_library(GEOS_LIBRARY_RELEASE NAMES geos)
```

finds the same library for both
```
GEOS_LIBRARY_DEBUG=D:/vcpkg/installed/x64-windows/debug/lib/geos.lib
GEOS_LIBRARY_RELEASE=D:/vcpkg/installed/x64-windows/debug/lib/geos.lib
```

This is minimal patch that works around the problem.

Next, complete fix should be submitted to GEOS upstream,
preferably using exported targets.

* [libspatialite] Add missing geos suffixes in static builds
2018-05-01 01:14:18 -07:00
..
0001-Add-variable-CXX_CRT_FLAGS-to-allow-for-selection-of.patch [gdal] Update port to latest GDAL 2.2.2 2017-09-26 19:13:28 +02:00
0002-Ensures-inclusion-of-PDB-in-release-dll-if-so-reques.patch [gdal] Update port to latest GDAL 2.2.2 2017-09-26 19:13:28 +02:00
0003-Fix-openjpeg-include.patch [gdal] Update port to latest GDAL 2.2.2 2017-09-26 19:13:28 +02:00
CONTROL [gdal] Fix regression due to libmysql upgrade 2018-03-18 04:17:26 -07:00
no-my-bool.patch [gdal] Fix regression due to libmysql upgrade 2018-03-18 04:17:26 -07:00
no-mysql-global-h.patch [gdal] Fix regression due to libmysql upgrade 2018-03-18 04:17:26 -07:00
no-mysql-sys-h.patch [gdal] Fix regression due to libmysql upgrade 2018-03-18 04:17:26 -07:00
portfile.cmake [GEOS] Generate debug library names with d suffix (#3371) 2018-05-01 01:14:18 -07:00