vcpkg/ports/libspatialite/gaiaconfig-msvc.patch
Kai Pastor 94b2a07762
[libspatialite] Use pkgconfig for nmake and autotools (#20480)
* Enable CI for libspatialite:x64-windows-static-md

* Use pkgconfig for nmake

* Use pkgconfig for autotools; fix mingw

* Install pc file for windows

* Add feature interface, make GPLv2+ features optional

* spatialite-tools need libspatialite[rttopo]

* Update versions
2021-11-18 21:36:42 -08:00

32 lines
1015 B
Diff

diff --git a/src/headers/spatialite/gaiaconfig-msvc.h b/src/headers/spatialite/gaiaconfig-msvc.h
index 37f0bd1..0053258 100644
--- a/src/headers/spatialite/gaiaconfig-msvc.h
+++ b/src/headers/spatialite/gaiaconfig-msvc.h
@@ -2,7 +2,7 @@
/* ./src/headers/spatialite/gaiaconfig-msvc.h.in - manually maintained */
/* Should be defined in order to enable GCP support. */
-#define ENABLE_GCP 1
+// #define ENABLE_GCP 1
/* Should be defined in order to enable GeoPackage support. */
#define ENABLE_GEOPACKAGE 1
@@ -11,7 +11,7 @@
#define ENABLE_LIBXML2 1
/* Should be defined in order to enable RTTOPO support. */
-#define ENABLE_RTTOPO 1
+// #define ENABLE_RTTOPO 1
/* Should be defined in order to enable GEOS_370 support. */
#define GEOS_370 1
@@ -32,7 +32,7 @@
/* #undef OMIT_FREEXL */
/* Should be defined in order to disable GEOCALLBACKS support. */
-#define OMIT_GEOCALLBACKS 1
+// #define OMIT_GEOCALLBACKS 1
/* Should be defined in order to disable GEOS support. */
/* #undef OMIT_GEOS */