diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2011-04-09 09:42:36 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2011-04-09 09:42:36 +0000 |
commit | f74ecfa330e3bdeae0910ccd28dc7104470028eb (patch) | |
tree | 0bd393678bbc2b9478a3192459c8dff42decd366 /www-plugins/gnash/gnash-0.8.9.ebuild | |
parent | Finally fix v4l1 automagic and inability to be built with linux-headers-2.6.3... (diff) | |
download | historical-f74ecfa330e3bdeae0910ccd28dc7104470028eb.tar.gz historical-f74ecfa330e3bdeae0910ccd28dc7104470028eb.tar.bz2 historical-f74ecfa330e3bdeae0910ccd28dc7104470028eb.zip |
One more patch for recent ffmpeg build failure, bug #362683
Package-Manager: portage-2.2.0_alpha29/cvs/Linux x86_64
Diffstat (limited to 'www-plugins/gnash/gnash-0.8.9.ebuild')
-rw-r--r-- | www-plugins/gnash/gnash-0.8.9.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www-plugins/gnash/gnash-0.8.9.ebuild b/www-plugins/gnash/gnash-0.8.9.ebuild index ea6ae0cfff4d..dab8206b2f81 100644 --- a/www-plugins/gnash/gnash-0.8.9.ebuild +++ b/www-plugins/gnash/gnash-0.8.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.9.ebuild,v 1.3 2011/04/07 23:53:30 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.9.ebuild,v 1.4 2011/04/09 09:42:36 chithanh Exp $ EAPI=3 CMAKE_REQUIRED="never" @@ -147,8 +147,9 @@ src_prepare() { # Use external dejagnu for tests, bug #321017 epatch "${FILESDIR}"/${PN}-0.8.9-external-dejagnu.patch - # Fix detection of recent ffmpeg + # Fix detection of recent ffmpeg, bug #362683 epatch "${FILESDIR}"/${PN}-0.8.9-ffmpeg-detection.patch + epatch "${FILESDIR}"/${PN}-0.8.9-libavcodec-version.patch # Fix building on ppc64, bug #342535 use ppc64 && append-flags -mminimal-toc |