diff options
author | Emanuele Giaquinta <exg@gentoo.org> | 2006-10-01 21:24:07 +0000 |
---|---|---|
committer | Emanuele Giaquinta <exg@gentoo.org> | 2006-10-01 21:24:07 +0000 |
commit | 47fd80bbfc867f3d1a5e29b5cd2c6f5371ba4854 (patch) | |
tree | cfb02401da3322509d6d5940d799d4dd85eb1967 /www-client/dillo/dillo-0.8.6.ebuild | |
parent | version bump (bug #149757) (diff) | |
download | gentoo-2-47fd80bbfc867f3d1a5e29b5cd2c6f5371ba4854.tar.gz gentoo-2-47fd80bbfc867f3d1a5e29b5cd2c6f5371ba4854.tar.bz2 gentoo-2-47fd80bbfc867f3d1a5e29b5cd2c6f5371ba4854.zip |
Add patch to fix bug #146416, thanks to ed@catmur.co.uk.
(Portage version: 2.1.2_pre2)
Diffstat (limited to 'www-client/dillo/dillo-0.8.6.ebuild')
-rw-r--r-- | www-client/dillo/dillo-0.8.6.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www-client/dillo/dillo-0.8.6.ebuild b/www-client/dillo/dillo-0.8.6.ebuild index 242d5c28938f..ac6bd682b4d6 100644 --- a/www-client/dillo/dillo-0.8.6.ebuild +++ b/www-client/dillo/dillo-0.8.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/dillo/dillo-0.8.6.ebuild,v 1.1 2006/09/10 23:08:04 exg Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/dillo/dillo-0.8.6.ebuild,v 1.2 2006/10/01 21:24:07 exg Exp $ inherit flag-o-matic eutils @@ -32,6 +32,7 @@ src_unpack() { unpack ${A} cd ${S} epatch ../${DILLO_I18N_P}.diff || die + epatch "${FILESDIR}"/${PN}-build-fix.patch epatch "${FILESDIR}"/${PN}-asneeded.patch sh autogen.sh || die |