From ae7b804956b6251d295a16e37812dc66c0ff9353 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Wed, 18 Jun 2008 06:11:39 +0000 Subject: #i90823# Add hunspell support for Mac OS X (patch by pjanik). --- lingucomponent/source/spellcheck/macosxspell/makefile.mk | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'lingucomponent') diff --git a/lingucomponent/source/spellcheck/macosxspell/makefile.mk b/lingucomponent/source/spellcheck/macosxspell/makefile.mk index 7af229e40f18..b422422fe0f0 100644 --- a/lingucomponent/source/spellcheck/macosxspell/makefile.mk +++ b/lingucomponent/source/spellcheck/macosxspell/makefile.mk @@ -8,7 +8,7 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # # This file is part of OpenOffice.org. # @@ -42,6 +42,14 @@ USE_DEFFILE=TRUE .INCLUDE : settings.mk +.IF "$(SYSTEM_HUNSPELL)" != "YES" +HUNSPELL_CFLAGS += -I$(SOLARVER)$/$(INPATH)$/inc$/hunspell +.ENDIF + +CXXFLAGS += $(HUNSPELL_CFLAGS) +CFLAGSCXX += $(HUNSPELL_CFLAGS) +CFLAGSCC += $(HUNSPELL_CFLAGS) + # --- Files -------------------------------------------------------- CFLAGSCXX += -I..$/..$/lingutil -- cgit v1.2.3