diff options
Diffstat (limited to 'www-plugins/mplayerplug-in/mplayerplug-in-3.55-r1.ebuild')
-rw-r--r-- | www-plugins/mplayerplug-in/mplayerplug-in-3.55-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www-plugins/mplayerplug-in/mplayerplug-in-3.55-r1.ebuild b/www-plugins/mplayerplug-in/mplayerplug-in-3.55-r1.ebuild index bf1c49bdb69d..b7235d5bd56d 100644 --- a/www-plugins/mplayerplug-in/mplayerplug-in-3.55-r1.ebuild +++ b/www-plugins/mplayerplug-in/mplayerplug-in-3.55-r1.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-plugins/mplayerplug-in/mplayerplug-in-3.55-r1.ebuild,v 1.1 2009/05/29 21:04:47 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/mplayerplug-in/mplayerplug-in-3.55-r1.ebuild,v 1.2 2009/05/31 00:47:07 dirtyepic Exp $ inherit eutils multilib autotools flag-o-matic @@ -48,6 +48,7 @@ src_unpack() { #epatch "${FILESDIR}/${PN}_xulrunner-1.9.patch" #epatch "${FILESDIR}/${PN}-3.50-seamonkey.patch" epatch "${FILESDIR}/${PN}-min-cache-size.patch" + epatch "${FILESDIR}"/${P}-glibc210.patch eautoreconf } |