summaryrefslogtreecommitdiff
path: root/hunspell
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-06-17 23:33:43 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-06-17 23:33:43 +0300
commitec7e1a9608971e9d7fd24d586ef8b1e8df54e84d (patch)
tree8851c4db53562f79eb74d58cae3c4013a445a88a /hunspell
parent13963e1dc93f989190c4742025a295d27fe88736 (diff)
hunspell-mingw.patch does not even apply
Diffstat (limited to 'hunspell')
-rw-r--r--hunspell/hunspell-mingw.patch12
-rw-r--r--hunspell/makefile.mk3
2 files changed, 0 insertions, 15 deletions
diff --git a/hunspell/hunspell-mingw.patch b/hunspell/hunspell-mingw.patch
deleted file mode 100644
index 391aa9220fc1..000000000000
--- a/hunspell/hunspell-mingw.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- misc/hunspell-1.3.1/src/tools/hunspell.cxx 2010-02-27 23:37:14.000000000 +0900
-+++ misc/build/hunspell-1.3.1/src/tools/hunspell.cxx 2010-04-25 07:57:39.233875000 +0900
-@@ -27,7 +27,9 @@
-
- #ifdef WIN32
-
-+#ifndef __MINGW32__
- #define gettext
-+#endif
- #define LIBDIR "C:\\Hunspell\\"
- #define USEROOODIR "Application Data\\OpenOffice.org 2\\user\\wordbook"
- #define OOODIR \
diff --git a/hunspell/makefile.mk b/hunspell/makefile.mk
index a682ba05e4fc..b363d983a7d8 100644
--- a/hunspell/makefile.mk
+++ b/hunspell/makefile.mk
@@ -80,9 +80,6 @@ OUT2LIB=$(BUILD_DIR)$/src$/hunspell$/.libs$/libhunspell-1.2.a
.IF "$(GUI)"=="WNT"
.IF "$(COM)"=="GCC"
-PATCH_FILES=\
- hunspell-mingw.patch
-
CONFIGURE_ACTION=configure
CONFIGURE_FLAGS= --disable-shared --disable-nls --with-pic LDFLAGS=-Wl,--enable-runtime-pseudo-reloc-v2
BUILD_ACTION=make