summaryrefslogtreecommitdiffstats
path: root/hunspell
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2009-09-25 21:47:16 +0200
committerMathias Bauer <mba@openoffice.org>2009-09-25 21:47:16 +0200
commit3feca961868cfd34893c07079214272a17f0bcb1 (patch)
treec10d601cc292f9502b107a8748c4d3fbed018302 /hunspell
parent#i103496#: dictionaries have own license files (diff)
parentCreate DEV300_m60 milestone tag from trunk@276428 (diff)
downloadcore-3feca961868cfd34893c07079214272a17f0bcb1.tar.gz
core-3feca961868cfd34893c07079214272a17f0bcb1.zip
merge commit
Diffstat (limited to 'hunspell')
-rw-r--r--hunspell/makefile.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/hunspell/makefile.mk b/hunspell/makefile.mk
index db667cc038d2..f7e17c9dad0c 100644
--- a/hunspell/makefile.mk
+++ b/hunspell/makefile.mk
@@ -62,8 +62,10 @@ CONFIGURE_FLAGS+= CFLAGS=-xc99=none
.IF "$(SYSBASE)"!=""
.IF "$(EXTRA_CFLAGS)"!=""
CONFIGURE_FLAGS+= CFLAGS="$(EXTRA_CFLAGS)" CXXFLAGS="$(EXTRA_CFLAGS)"
-.ENDIF # "$(SYSBASE)"!=""
.ENDIF # "$(EXTRA_CFLAGS)"!=""
+.ELIF "$(OS)"=="MACOSX" # "$(SYSBASE)"!=""
+CONFIGURE_FLAGS+=CPPFLAGS="$(EXTRA_CDEFS)"
+.ENDIF
BUILD_ACTION=make && make check