diff options
Diffstat (limited to 'www-client/epiphany-extensions/epiphany-extensions-2.24.3-r10.ebuild')
-rw-r--r-- | www-client/epiphany-extensions/epiphany-extensions-2.24.3-r10.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www-client/epiphany-extensions/epiphany-extensions-2.24.3-r10.ebuild b/www-client/epiphany-extensions/epiphany-extensions-2.24.3-r10.ebuild index 19d82483e663..9aaf01e5cb4a 100644 --- a/www-client/epiphany-extensions/epiphany-extensions-2.24.3-r10.ebuild +++ b/www-client/epiphany-extensions/epiphany-extensions-2.24.3-r10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/epiphany-extensions-2.24.3-r10.ebuild,v 1.1 2009/01/26 22:30:40 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/epiphany-extensions-2.24.3-r10.ebuild,v 1.2 2009/02/27 14:45:52 dang Exp $ inherit autotools eutils gnome2 python versionator @@ -67,6 +67,9 @@ src_unpack() { epatch "${FILESDIR}"/${PN}-2.21.92-sessionsaver-v4.patch.gz echo "extensions/sessionsaver/ephy-sessionsaver-extension.c" >> po/POTFILES.in + # Fix building with libtool-1 bug #257337 + rm m4/lt* m4/libtool.m4 m4/ltmain.m4 + eautoreconf } |