diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-02-10 20:50:26 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-02-10 20:50:26 +0100 |
commit | 438060cd27d23809006b805649fdc937ccde731a (patch) | |
tree | dbaf612192f1783be785db1ae8def7b91bb8e7dd /hunspell/hunspell-static.patch | |
parent | a0c84cafa562960871d8d98f086fefacdb5c784f (diff) |
Static defines when building static hunspell on Windows
Diffstat (limited to 'hunspell/hunspell-static.patch')
-rw-r--r-- | hunspell/hunspell-static.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/hunspell/hunspell-static.patch b/hunspell/hunspell-static.patch new file mode 100644 index 000000000000..08a23206255e --- /dev/null +++ b/hunspell/hunspell-static.patch @@ -0,0 +1,11 @@ +--- misc/hunspell-1.3.1/src/hunspell/makefile.mk 2010-06-17 15:56:41.000000000 +0200 ++++ misc/build/hunspell-1.3.1/src/hunspell/makefile.mk 2011-02-10 20:47:22.000000000 +0100 +@@ -39,7 +39,7 @@ + + # --- Files -------------------------------------------------------- + +-CFLAGS+=-I..$/..$/ ++CFLAGS+=-I..$/..$/ -DHUNSPELL_STATIC + CDEFS+=-DOPENOFFICEORG + + SLOFILES= \ |