--- /usr/portage/www-client/epiphany/epiphany-2.14.1.ebuild 2006-05-01 22:48:27.000000000 +0200 +++ /usr/local/overlays/portage/www-client/epiphany/epiphany-2.14.1.ebuild 2006-05-02 18:37:21.000000000 +0200 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-2.14.1.ebuild,v 1.1 2006/05/01 20:48:27 dang Exp $ -inherit eutils gnome2 multilib +inherit eutils gnome2 multilib autotools DESCRIPTION="GNOME webbrowser based on the mozilla rendering engine" HOMEPAGE="http://www.gnome.org/projects/epiphany/" @@ -70,6 +70,11 @@ cd "${S}" epatch ${FILESDIR}/${PN}-1.9.2-broken-firefox.patch + epatch ${FILESDIR}/${PN}-as-needed-fix.patch + + AT_M4DIR="${S}/m4"\ + WANT_AUTOCONF="2.59" \ + eautoreconf || die "Failed to reconfigure" } src_compile() {