summaryrefslogtreecommitdiff
path: root/hunspell
diff options
context:
space:
mode:
authorCaolán McNamara <cmc@openoffice.org>2010-02-25 14:46:03 +0000
committerCaolán McNamara <cmc@openoffice.org>2010-02-25 14:46:03 +0000
commit73e279de19f41b48f7aea3236d3d970acf0c137c (patch)
tree3c6637a8aa0870b36e408b9cb7173189e41d7602 /hunspell
parent6a82b6f53fbf8adc9aed05d9cad07c88776d1659 (diff)
hunspell129: need a dummy config.h for windows
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"