summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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