summaryrefslogtreecommitdiff
path: root/mythes
diff options
context:
space:
mode:
authortono <tono@openoffice.org>2010-07-03 00:08:49 +0900
committertono <tono@openoffice.org>2010-07-03 00:08:49 +0900
commitd744f302abda5a607c094d27554e69ef79ae0bc7 (patch)
tree10acd96fe10e0c9236282281486752678f2d3273 /mythes
parent0e6d1583bc50cf27956f091ae8289ee164aefa1b (diff)
i#112678: DEV300_m84 MinGW mythes build failure
Diffstat (limited to 'mythes')
-rw-r--r--mythes/makefile.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/mythes/makefile.mk b/mythes/makefile.mk
index 77d88bc4ca5f..0aa8f2fdc6fe 100644
--- a/mythes/makefile.mk
+++ b/mythes/makefile.mk
@@ -88,7 +88,9 @@ OUT2INC += mythes.hxx
.IF "$(GUI)"=="WNT"
.IF "$(COM)"=="GCC"
CONFIGURE_ACTION=configure
-CONFIGURE_FLAGS= --disable-shared --with-pic
+CONFIGURE_FLAGS= --disable-shared --with-pic \
+ HUNSPELL_CFLAGS=-I$(SOLARINCDIR)$/hunspell \
+ HUNSPELL_LIBS="-L$(SOLARLIBDIR) -lhunspell-1.2"
BUILD_ACTION=make