summaryrefslogtreecommitdiff
path: root/external/hunspell/hunspell-android.patch
diff options
context:
space:
mode:
Diffstat (limited to 'external/hunspell/hunspell-android.patch')
-rw-r--r--external/hunspell/hunspell-android.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/external/hunspell/hunspell-android.patch b/external/hunspell/hunspell-android.patch
index 1bfbb4beb0f9..6653d63c6664 100644
--- a/external/hunspell/hunspell-android.patch
+++ b/external/hunspell/hunspell-android.patch
@@ -18,25 +18,3 @@
| -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
| -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
| -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
---- misc/hunspell-1.3.2/src/tools/munch.c
-+++ misc/build/hunspell-1.3.2/src/tools/munch.c
-@@ -8,7 +8,7 @@
- #include <sys/types.h>
- #include <sys/stat.h>
- #include <fcntl.h>
--#ifdef __linux__
-+#if defined(__linux__) && !defined(__ANDROID__)
- #include <error.h>
- #include <errno.h>
- #include <sys/mman.h>
---- misc/hunspell-1.3.2/src/tools/unmunch.c
-+++ misc/build/hunspell-1.3.2/src/tools/unmunch.c
-@@ -8,7 +8,7 @@
- #include <sys/types.h>
- #include <sys/stat.h>
- #include <fcntl.h>
--#ifdef __linux__
-+#if defined(__linux__) && !defined(__ANDROID__)
- #include <error.h>
- #include <errno.h>
- #include <sys/mman.h>