diff options
Diffstat (limited to 'www-client/epiphany-extensions/epiphany-extensions-2.16.1.ebuild')
-rw-r--r-- | www-client/epiphany-extensions/epiphany-extensions-2.16.1.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/www-client/epiphany-extensions/epiphany-extensions-2.16.1.ebuild b/www-client/epiphany-extensions/epiphany-extensions-2.16.1.ebuild index 539454f..107bb80 100644 --- a/www-client/epiphany-extensions/epiphany-extensions-2.16.1.ebuild +++ b/www-client/epiphany-extensions/epiphany-extensions-2.16.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/epiphany-extensions-2.16.1.ebuild,v 1.1 2006/10/13 12:59:21 leio Exp $ -inherit eutils gnome2 +inherit eutils gnome2 autotools DESCRIPTION="Extensions for the Epiphany web browser" HOMEPAGE="http://www.gnome.org/projects/epiphany/extensions.html" @@ -33,6 +33,10 @@ DOCS="AUTHORS ChangeLog HACKING NEWS README" src_unpack() { gnome2_src_unpack epatch ${FILESDIR}/${P}-sessionsaver-v4.patch + + cp aclocal.m4 old_macros.m4 + AT_M4DIR=". ${S}/m4" WANT_AUTOCONF="2.5" \ + eautoreconf } pkg_setup() { |