From 3c3412846730d2e9938d1d3368372ed437fd80e5 Mon Sep 17 00:00:00 2001 From: Achim Gottinger Date: Sun, 27 May 2001 02:58:36 +0000 Subject: *** empty log message *** --- net-mail/evolution/evolution-0.10.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net-mail') diff --git a/net-mail/evolution/evolution-0.10.ebuild b/net-mail/evolution/evolution-0.10.ebuild index 90bf41a7b27b..1cdc8d0fcb43 100644 --- a/net-mail/evolution/evolution-0.10.ebuild +++ b/net-mail/evolution/evolution-0.10.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger -# $Header: /var/cvsroot/gentoo-x86/net-mail/evolution/evolution-0.10.ebuild,v 1.1 2001/05/17 13:30:15 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/evolution/evolution-0.10.ebuild,v 1.2 2001/05/27 02:58:36 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -23,7 +23,7 @@ src_compile() { # else myconf="--enable-ldap=no" # fi - try ./configure --prefix=/opt/gnome --host=${CHOST} $myconf + try ./configure --prefix=/opt/gnome --host=${CHOST} --enable-file-locking=no $myconf try make } -- cgit v1.2.3-65-gdbad