vcpkg/ports/libspatialite
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
..
CONTROL [libspatialite] fix download url 2018-02-25 10:16:04 +09:00
fix-latin-literals.patch [libspatialite] fix compile error on non-latin env (#2659) 2018-01-29 16:49:05 -08:00
fix-makefiles.patch [libspatialite] initial port 2017-10-04 00:26:50 +05:00
fix-sources.patch [libspatialite] initial port 2017-10-04 00:26:50 +05:00
portfile.cmake [GEOS] Generate debug library names with d suffix (#3371) 2018-05-01 01:14:18 -07:00