diff options
author | tono <tono@openoffice.org> | 2010-05-31 21:28:11 +0900 |
---|---|---|
committer | tono <tono@openoffice.org> | 2010-05-31 21:28:11 +0900 |
commit | d1d09abe2763b4dffe63db568cc1472505f057d5 (patch) | |
tree | 4b703ba48bdc21b1319c78b43852e5ec45556926 /hunspell/makefile.mk | |
parent | 950e032f32f68ecdbcc0dec2b7214a66941b855d (diff) |
i#111382: Mingw port for hunspell 1.2.9
Diffstat (limited to 'hunspell/makefile.mk')
-rw-r--r-- | hunspell/makefile.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/hunspell/makefile.mk b/hunspell/makefile.mk index f58204a33bc5..50916926d3f4 100644 --- a/hunspell/makefile.mk +++ b/hunspell/makefile.mk @@ -71,8 +71,11 @@ OUT2LIB=$(BUILD_DIR)$/src$/hunspell$/.libs$/libhunspell-1.2.a .IF "$(GUI)"=="WNT" .IF "$(COM)"=="GCC" +PATCH_FILES=\ + hunspell-mingw.patch + CONFIGURE_ACTION=configure -CONFIGURE_FLAGS= --disable-shared --with-pic +CONFIGURE_FLAGS= --disable-shared --with-pic LDFLAGS=-Wl,--enable-auto-import BUILD_ACTION=make OUT2LIB=$(BUILD_DIR)$/src$/hunspell$/.libs$/libhunspell-1.2.a .ELSE |