diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-01-04 13:57:58 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-01-04 13:57:58 +0000 |
commit | e7c755ea3490c388d5fea93c144e64ed6576a36c (patch) | |
tree | f113c811561c82ee8e8255a0237babb17e812560 | |
parent | 11cf5b2fd499121e7eed2d8bb4c3e4caeced404b (diff) |
INTEGRATION: CWS obo19 (1.4.6); FILE MERGED
2007/11/26 15:38:41 obo 1.4.6.1: #i83979# MacOSX: Build environment adjustments for Leopard/Tiger
-rw-r--r-- | epm/makefile.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/epm/makefile.mk b/epm/makefile.mk index 796ac33af34f..34cecf6f1a7d 100644 --- a/epm/makefile.mk +++ b/epm/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: rt $ $Date: 2007-01-30 08:26:11 $ +# last change: $Author: obo $ $Date: 2008-01-04 14:57:58 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -51,6 +51,9 @@ PATCH_FILE_NAME=epm-3.7.patch CONFIGURE_ACTION=.$/configure CONFIGURE_FLAGS=--disable-fltk +.IF "$(OS)"=="MACOSX" +CONFIGURE_FLAGS+=CFLAGS="$(EXTRA_CFLAGS)" LDFLAGS="$(EXTRA_LINKFLAGS)" +.ENDIF BUILD_ACTION=make OUT2BIN=epm epminstall mkepmlist |