Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 132023 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/www-client/epiphany/epiphany-2.14.1.ebuild (-1 / +6 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-2.14.1.ebuild,v 1.1 2006/05/01 20:48:27 dang Exp $
3
# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-2.14.1.ebuild,v 1.1 2006/05/01 20:48:27 dang Exp $
4
4
5
inherit eutils gnome2 multilib
5
inherit eutils gnome2 multilib autotools
6
6
7
DESCRIPTION="GNOME webbrowser based on the mozilla rendering engine"
7
DESCRIPTION="GNOME webbrowser based on the mozilla rendering engine"
8
HOMEPAGE="http://www.gnome.org/projects/epiphany/"
8
HOMEPAGE="http://www.gnome.org/projects/epiphany/"
Lines 70-75 Link Here
70
	cd "${S}"
70
	cd "${S}"
71
71
72
	epatch ${FILESDIR}/${PN}-1.9.2-broken-firefox.patch
72
	epatch ${FILESDIR}/${PN}-1.9.2-broken-firefox.patch
73
	epatch ${FILESDIR}/${PN}-as-needed-fix.patch
74
	
75
	AT_M4DIR="${S}/m4"\
76
	WANT_AUTOCONF="2.59" \
77
		eautoreconf || die "Failed to reconfigure"
73
}
78
}
74
79
75
src_compile() {
80
src_compile() {

Return to bug 132023