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/hunspell-mingw.patch | |
parent | 950e032f32f68ecdbcc0dec2b7214a66941b855d (diff) |
i#111382: Mingw port for hunspell 1.2.9
Diffstat (limited to 'hunspell/hunspell-mingw.patch')
-rw-r--r-- | hunspell/hunspell-mingw.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/hunspell/hunspell-mingw.patch b/hunspell/hunspell-mingw.patch new file mode 100644 index 000000000000..0120e01ddba1 --- /dev/null +++ b/hunspell/hunspell-mingw.patch @@ -0,0 +1,12 @@ +--- misc/hunspell-1.2.9/src/tools/hunspell.cxx 2010-02-27 23:37:14.000000000 +0900 ++++ misc/build/hunspell-1.2.9/src/tools/hunspell.cxx 2010-04-25 07:57:39.233875000 +0900 +@@ -27,7 +27,9 @@ + + #ifdef WIN32 + ++#ifndef __MINGW32__ + #define gettext ++#endif + #define LIBDIR "C:\\Hunspell\\" + #define USEROOODIR "Application Data\\OpenOffice.org 2\\user\\wordbook" + #define OOODIR \ |