summaryrefslogtreecommitdiff
path: root/hunspell
diff options
context:
space:
mode:
Diffstat (limited to 'hunspell')
-rw-r--r--hunspell/hunspell-wntconfig.patch4
-rw-r--r--hunspell/makefile.mk4
2 files changed, 8 insertions, 0 deletions
diff --git a/hunspell/hunspell-wntconfig.patch b/hunspell/hunspell-wntconfig.patch
new file mode 100644
index 000000000000..9b6bc9c3fbb2
--- /dev/null
+++ b/hunspell/hunspell-wntconfig.patch
@@ -0,0 +1,4 @@
+--- misc/hunspell-1.2.9/config.h 2010-02-25 14:38:38.000000000 +0000
++++ misc/build/hunspell-1.2.9/config.h 2010-02-25 14:38:42.000000000 +0000
+@@ -1 +0,0 @@
+-dummy
diff --git a/hunspell/makefile.mk b/hunspell/makefile.mk
index 2f74c1b2b26f..4221ce4d686d 100644
--- a/hunspell/makefile.mk
+++ b/hunspell/makefile.mk
@@ -38,6 +38,10 @@ TARGET=hunspell
TARFILE_NAME=hunspell-1.2.9
TARFILE_ROOTDIR=hunspell-1.2.9
+ADDITIONAL_FILES+=config.h
+
+PATCH_FILES=\
+ hunspell-wntconfig.patch
.IF "$(GUI)"=="UNX"