diff options
Diffstat (limited to 'www-client/chromium/chromium-5.0.342.7.ebuild')
-rw-r--r-- | www-client/chromium/chromium-5.0.342.7.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www-client/chromium/chromium-5.0.342.7.ebuild b/www-client/chromium/chromium-5.0.342.7.ebuild index a1216a70be8c..ed4fd972e53c 100644 --- a/www-client/chromium/chromium-5.0.342.7.ebuild +++ b/www-client/chromium/chromium-5.0.342.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-5.0.342.7.ebuild,v 1.1 2010/03/25 11:52:12 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-5.0.342.7.ebuild,v 1.2 2010/04/04 07:46:19 phajdan.jr Exp $ EAPI="2" inherit eutils flag-o-matic multilib portability toolchain-funcs @@ -91,6 +91,8 @@ src_prepare() { # Allow use of MP3/MPEG-4 audio/video tags with our system ffmpeg epatch "${FILESDIR}"/${PN}-20100122-ubuntu-html5-video-mimetypes.patch fi + # Fix build failure with libpng-1.4, bug 310959. + epatch "${FILESDIR}"/${PN}-libpng-1.4.patch # Prevent the make build from filling entire disk space on some systems, # bug 297273. epatch "${FILESDIR}"/${PN}-fix-make-build.patch |