diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-04-04 07:46:19 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-04-04 07:46:19 +0000 |
commit | 62b450d57f1081bc3a0701d2f0e9ded1f4914371 (patch) | |
tree | 991e7f24b0379de06c869aabb8c94f1d39cd345a /www-client/chromium/chromium-5.0.360.5.ebuild | |
parent | Updated with fix for duma shell script (closes bug 310701). (diff) | |
download | gentoo-2-62b450d57f1081bc3a0701d2f0e9ded1f4914371.tar.gz gentoo-2-62b450d57f1081bc3a0701d2f0e9ded1f4914371.tar.bz2 gentoo-2-62b450d57f1081bc3a0701d2f0e9ded1f4914371.zip |
Make sure all ebuilds have the fix for libpng-1.4, bug #310959 by
loki_val. Remove old.
(Portage version: 2.1.7.17/cvs/Linux i686)
Diffstat (limited to 'www-client/chromium/chromium-5.0.360.5.ebuild')
-rw-r--r-- | www-client/chromium/chromium-5.0.360.5.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www-client/chromium/chromium-5.0.360.5.ebuild b/www-client/chromium/chromium-5.0.360.5.ebuild index 3a41c6daf117..516791024664 100644 --- a/www-client/chromium/chromium-5.0.360.5.ebuild +++ b/www-client/chromium/chromium-5.0.360.5.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.360.5.ebuild,v 1.1 2010/03/31 05:49:07 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-5.0.360.5.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 |