summarylogtreecommitdiffstats
path: root/libspatialite_mingw.patch
diff options
context:
space:
mode:
authorMichel Zou2023-11-06 20:52:13 +0100
committerMichel Zou2023-11-06 20:52:13 +0100
commit89b09ff855a5b2f8424789fb8c4d8ffd7a9a72cf (patch)
treeb79731d20c9ad15aa3cc3e166fe6517779e8c697 /libspatialite_mingw.patch
parent18a73766aa93b23fadd6eaa6802168c7fa4e46f4 (diff)
downloadaur-mingw-w64-libspatialite.tar.gz
5.1.0
Diffstat (limited to 'libspatialite_mingw.patch')
-rw-r--r--libspatialite_mingw.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/libspatialite_mingw.patch b/libspatialite_mingw.patch
index 47b1d05670c6..652b7902a86f 100644
--- a/libspatialite_mingw.patch
+++ b/libspatialite_mingw.patch
@@ -10,27 +10,4 @@ diff -rupN --no-dereference libspatialite-5.0.1/configure.ac libspatialite-5.0.1
# Checking for Mac OsX
AM_CONDITIONAL([MACOSX], [test "$target_alias" = "macosx"])
# Checking for Android
-diff -rupN --no-dereference libspatialite-5.0.1/src/gaiageo/gg_shape.c libspatialite-5.0.1-new/src/gaiageo/gg_shape.c
---- libspatialite-5.0.1/src/gaiageo/gg_shape.c 2021-02-07 16:53:46.000000000 +0100
-+++ libspatialite-5.0.1-new/src/gaiageo/gg_shape.c 2021-03-08 08:57:18.485858236 +0100
-@@ -58,7 +58,7 @@ the terms of any one of the MPL, the GPL
- #endif
-
- #ifdef _WIN32
--#include <Windows.h>
-+#include <windows.h>
- #endif
-
- #if OMIT_ICONV == 0 /* if ICONV is disabled no SHP support is available */
-diff -rupN --no-dereference libspatialite-5.0.1/test/scandir4win.h libspatialite-5.0.1-new/test/scandir4win.h
---- libspatialite-5.0.1/test/scandir4win.h 2021-02-07 16:53:47.000000000 +0100
-+++ libspatialite-5.0.1-new/test/scandir4win.h 2021-03-08 08:57:18.485858236 +0100
-@@ -11,7 +11,7 @@ even implied
-
- #ifdef _WIN32
-
--#include <Windows.h>
-+#include <windows.h>
- #include <stdio.h>
- #include <sys/types.h>