diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2008-06-26 06:00:11 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2008-06-26 06:00:11 +0000 |
commit | 38dc8ed50f2e351f77d046515dcd364b323e4faa (patch) | |
tree | 284dd362cdc01935299966d3fea5252a255e7a76 /hyphen | |
parent | 606bcc0b7e504c0fb11b855d6f80580aa9b12990 (diff) |
#i10000# Build breaks in central environment.
Diffstat (limited to 'hyphen')
-rw-r--r-- | hyphen/makefile.mk | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/hyphen/makefile.mk b/hyphen/makefile.mk index b328652..e5748b7 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" |