summaryrefslogtreecommitdiff
path: root/hunspell/makefile.mk
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/makefile.mk
parent6a82b6f53fbf8adc9aed05d9cad07c88776d1659 (diff)
hunspell129: need a dummy config.h for windows
Diffstat (limited to 'hunspell/makefile.mk')
-rw-r--r--hunspell/makefile.mk4
1 files changed, 4 insertions, 0 deletions
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"