From 220eb9f6ea5bae336141af3809fb0e752bd1f4d8 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Tue, 30 Jan 2007 07:26:11 +0000 Subject: INTEGRATION: CWS buildfixes02 (1.3.24); FILE MERGED 2007/01/08 15:21:17 thb 1.3.24.1: #i10000# Make use of FLTK optional (added --disable-fltk configure option) --- epm/makefile.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'epm') diff --git a/epm/makefile.mk b/epm/makefile.mk index 73ba1976826d..796ac33af34f 100644 --- a/epm/makefile.mk +++ b/epm/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: rt $ $Date: 2005-09-08 18:58:08 $ +# last change: $Author: rt $ $Date: 2007-01-30 08:26:11 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -50,6 +50,7 @@ PATCH_FILE_NAME=epm-3.7.patch .IF "$(GUI)"=="UNX" && "$(BUILD_EPM)" != "NO" CONFIGURE_ACTION=.$/configure +CONFIGURE_FLAGS=--disable-fltk BUILD_ACTION=make OUT2BIN=epm epminstall mkepmlist -- cgit