diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-02-10 20:54:13 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-02-10 20:54:13 +0100 |
commit | 73b5d115766e59154d3e398be45f06c35e670635 (patch) | |
tree | 9ab9906335f02ccd94387eeb7712f9aa47d8b22a /lingucomponent/source/spellcheck/macosxspell | |
parent | 72d95a4b975097d76b75fd88f7024e84b4ff97de (diff) |
Internal hunspell is static
Diffstat (limited to 'lingucomponent/source/spellcheck/macosxspell')
-rw-r--r-- | lingucomponent/source/spellcheck/macosxspell/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lingucomponent/source/spellcheck/macosxspell/makefile.mk b/lingucomponent/source/spellcheck/macosxspell/makefile.mk index 8bad659303ed..571d36b994d0 100644 --- a/lingucomponent/source/spellcheck/macosxspell/makefile.mk +++ b/lingucomponent/source/spellcheck/macosxspell/makefile.mk @@ -39,7 +39,7 @@ USE_DEFFILE=TRUE .INCLUDE : settings.mk .IF "$(SYSTEM_HUNSPELL)" != "YES" -HUNSPELL_CFLAGS += -I$(SOLARINCDIR)$/hunspell +HUNSPELL_CFLAGS += -I$(SOLARINCDIR)$/hunspell -DHUNSPELL_STATIC .ENDIF CXXFLAGS += $(HUNSPELL_CFLAGS) |