summaryrefslogtreecommitdiff
path: root/hyphen
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
commitaa8f1fb3945f0a856d185446115c4819c96884fd (patch)
treef8bc9575392aa49cae9df35ad7cbab3b80c99331 /hyphen
parentd7c414d2a203b5c1d5e78f861f3adaf26a03a45f (diff)
parent25f1c59ee39de2443b9513f04d4ba39a62ae8e58 (diff)
merge commit
Diffstat (limited to 'hyphen')
-rw-r--r--hyphen/makefile.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/hyphen/makefile.mk b/hyphen/makefile.mk
index 6ba6f1064c5a..ab1c4d7dfffa 100644
--- a/hyphen/makefile.mk
+++ b/hyphen/makefile.mk
@@ -63,7 +63,9 @@ LCL_CONFIGURE_CFLAGS+=-m64
LCL_CONFIGURE_CFLAGS+=$(EXTRA_CFLAGS)
CONFIGURE_FLAGS+=CXXFLAGS="$(EXTRA_CFLAGS)"
.ENDIF # "$(EXTRA_CFLAGS)"!=""
-.ENDIF # "$(SYSBASE)"!=""
+.ELIF "$(OS)"=="MACOSX" # "$(SYSBASE)"!=""
+CONFIGURE_FLAGS+=CPPFLAGS="$(EXTRA_CDEFS)"
+.ENDIF
.IF "$(LCL_CONFIGURE_CFLAGS)"!=""
CONFIGURE_FLAGS+=CFLAGS='$(LCL_CONFIGURE_CFLAGS)'