summaryrefslogtreecommitdiff
path: root/hyphen
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-06-26 06:00:11 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-06-26 06:00:11 +0000
commit98fd1403b90e6ec977dbca4fa4f220dbe8d3fe95 (patch)
tree990b64bc5d01bb19534ef1ed04aa530ce816ea84 /hyphen
parent693b532d226a2a31a44892809942445ee2ebab97 (diff)
#i10000# Build breaks in central environment.
Diffstat (limited to 'hyphen')
-rw-r--r--hyphen/makefile.mk8
1 files changed, 7 insertions, 1 deletions
diff --git a/hyphen/makefile.mk b/hyphen/makefile.mk
index b328652b62db..e5748b71ae5c 100644
--- a/hyphen/makefile.mk
+++ b/hyphen/makefile.mk
@@ -8,7 +8,7 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.8 $
+# $Revision: 1.9 $
#
# This file is part of OpenOffice.org.
#
@@ -54,6 +54,12 @@ CONFIGURE_DIR=$(BUILD_DIR)
CONFIGURE_ACTION=configure
CONFIGURE_FLAGS= --disable-shared --with-pic
+.IF "$(SYSBASE)"!=""
+.IF "$(EXTRA_CFLAGS)"!=""
+CONFIGURE_FLAGS+= CFLAGS="$(EXTRA_CFLAGS)" CXXFLAGS="$(EXTRA_CFLAGS)"
+.ENDIF # "$(EXTRA_CFLAGS)"!=""
+.ENDIF # "$(SYSBASE)"!=""
+
.IF "$(SYSTEM_HYPH)" == "YES" && "$(WITH_MYSPELL_DICTS)" == "YES"
BUILD_ACTION=make hyph_en_US.dic
.ELIF "$(SYSTEM_HYPH)" == "YES" && "$(WITH_MYSPELL_DICTS)" != "YES"