summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/mutella/mutella-0.4.3.ebuild')
-rw-r--r--net-p2p/mutella/mutella-0.4.3.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/net-p2p/mutella/mutella-0.4.3.ebuild b/net-p2p/mutella/mutella-0.4.3.ebuild
index a5acb758871e..76dccb1c2228 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-2003 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.2 2003/04/29 12:37:18 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/mutella/mutella-0.4.3.ebuild,v 1.3 2003/11/02 14:31:15 hanno Exp $
DESCRIPTION="Text-mode gnutella client"
SRC_URI="mirror://sourceforge/mutella/${P}.tar.gz"
@@ -12,6 +12,11 @@ IUSE=""
DEPEND="virtual/glibc
sys-libs/readline"
+src_unpack() {
+ unpack ${A}
+ epatch ${FILESDIR}/mutella-gcc33-fix.gz
+}
+
src_compile() {
econf
emake || die