summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-26 12:51:37 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-26 12:51:37 +0000
commit01fe7ba997b0512f11d0eb79530647a25709754a (patch)
tree71a9caf24e4d48aafefd11bab7181716cb361cef /net-p2p/mutella
parentChanged sed to use ${D} (diff)
downloadhistorical-01fe7ba997b0512f11d0eb79530647a25709754a.tar.gz
historical-01fe7ba997b0512f11d0eb79530647a25709754a.tar.bz2
historical-01fe7ba997b0512f11d0eb79530647a25709754a.zip
Add die following econf for bug 48950
Diffstat (limited to 'net-p2p/mutella')
-rw-r--r--net-p2p/mutella/ChangeLog7
-rw-r--r--net-p2p/mutella/mutella-0.4.3.ebuild4
2 files changed, 7 insertions, 4 deletions
diff --git a/net-p2p/mutella/ChangeLog b/net-p2p/mutella/ChangeLog
index 8bc488428a8d..d01a32f9fe7d 100644
--- a/net-p2p/mutella/ChangeLog
+++ b/net-p2p/mutella/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-p2p/mutella
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/mutella/ChangeLog,v 1.11 2003/11/02 14:31:15 hanno Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/mutella/ChangeLog,v 1.12 2004/04/26 12:51:02 agriffis Exp $
+
+ 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> mutella-0.4.3.ebuild:
+ Add die following econf for bug 48950
02 Nov 2003; Hanno Boeck <hanno@gentoo.org> mutella-0.4.3.ebuild,
files/mutella-gcc33-fix.gz:
diff --git a/net-p2p/mutella/mutella-0.4.3.ebuild b/net-p2p/mutella/mutella-0.4.3.ebuild
index 8dd4631130bb..5b8c99981cc8 100644
--- a/net-p2p/mutella/mutella-0.4.3.ebuild
+++ b/net-p2p/mutella/mutella-0.4.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/mutella/mutella-0.4.3.ebuild,v 1.5 2004/04/01 00:48:06 jhuebel Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/mutella/mutella-0.4.3.ebuild,v 1.6 2004/04/26 12:51:02 agriffis Exp $
DESCRIPTION="Text-mode gnutella client"
SRC_URI="mirror://sourceforge/mutella/${P}.tar.gz"
@@ -18,7 +18,7 @@ src_unpack() {
}
src_compile() {
- econf
+ econf || die "econf failed"
emake || die
}