From e7c755ea3490c388d5fea93c144e64ed6576a36c Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Fri, 4 Jan 2008 13:57:58 +0000 Subject: 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 --- epm/makefile.mk | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'epm') 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 -- cgit