# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ S=${WORKDIR}/${P} DESCRIPTION="Text-mode gnutella client." SRC_URI="http://telia.dl.sourceforge.net/sourceforge/mutella/mutella-0.4.1.tar.gz" HOMEPAGE="http://mutella.sourceforge.net" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ppc" DEPEND="virtual/glibc sys-libs/readline" RDEPEND=${DEPEND} src_compile() { ./configure \ --host=${CHOST} \ --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man || die "./configure failed" emake || die "compile problem" } src_install () { make DESTDIR=${D} install || die dodoc AUTHORS ChangeLog COPYING INSTALL KNOWN-BUGS README TODO }
Created attachment 2954 [details] g number. mutella-0.4.1.ebuild (update)
*** Bug 9496 has been marked as a duplicate of this bug. ***
mutella doesn't compile with gcc 3.2. This is a known bug on the mutella-sf-project. No fix yet. I tried to fix, but with no success.
patch for gcc3.2 added for 0.3.3
Finally I found the issue with 0.4.1. Should work now. Added as testing (~arch).