diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-01-30 07:26:11 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-01-30 07:26:11 +0000 |
commit | 220eb9f6ea5bae336141af3809fb0e752bd1f4d8 (patch) | |
tree | 8d2b24ec9fca7d64eb4124a28c5374ad63ec209b /epm/makefile.mk | |
parent | 8fba87c6b23ae21c3fc9144c9a14b05638e85eae (diff) |
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)
Diffstat (limited to 'epm/makefile.mk')
-rw-r--r-- | epm/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
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 |