summaryrefslogtreecommitdiff
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
parent01a1ccf89482b29a5d0f9c04d1558464aa13ddc5 (diff)
parent8adb1ff87a1a000e8b00be5bffb1680c604e0556 (diff)
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