diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-04-03 20:45:49 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-04-03 20:45:49 +0000 |
commit | 70a9bfd8806f387bbf022d9b55a1e83488ce2872 (patch) | |
tree | 15133527ccfe922cc95db5e88321330fa44d9801 /www-client/chromium/chromium-5.0.366.2.ebuild | |
parent | Only claim to support more audio/video codecs when we are using system (diff) | |
download | historical-70a9bfd8806f387bbf022d9b55a1e83488ce2872.tar.gz historical-70a9bfd8806f387bbf022d9b55a1e83488ce2872.tar.bz2 historical-70a9bfd8806f387bbf022d9b55a1e83488ce2872.zip |
Fix build failure with libpng-1.4, bug #310959 by loki_val.
Package-Manager: portage-2.1.7.17/cvs/Linux i686
Diffstat (limited to 'www-client/chromium/chromium-5.0.366.2.ebuild')
-rw-r--r-- | www-client/chromium/chromium-5.0.366.2.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www-client/chromium/chromium-5.0.366.2.ebuild b/www-client/chromium/chromium-5.0.366.2.ebuild index fa835e2e833d..314ce1c680cd 100644 --- a/www-client/chromium/chromium-5.0.366.2.ebuild +++ b/www-client/chromium/chromium-5.0.366.2.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.366.2.ebuild,v 1.2 2010/04/03 20:40:54 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-5.0.366.2.ebuild,v 1.3 2010/04/03 20:45:49 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}-ffmpeg.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 |