diff options
author | 2013-01-24 14:40:00 +0000 | |
---|---|---|
committer | 2013-01-24 14:40:00 +0000 | |
commit | 0281595f3140a6143fa0ed81ea69e23b367f1f12 (patch) | |
tree | d90ef4e8eaa73248ec8bc71b18316e010985e847 /app-emulation/vice/vice-2.4.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-0281595f3140a6143fa0ed81ea69e23b367f1f12.tar.gz gentoo-2-0281595f3140a6143fa0ed81ea69e23b367f1f12.tar.bz2 gentoo-2-0281595f3140a6143fa0ed81ea69e23b367f1f12.zip |
Fix build and runtime with recent FFmpeg versions. Part of bug #443218.
(Portage version: 2.2.0_alpha160/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'app-emulation/vice/vice-2.4.ebuild')
-rw-r--r-- | app-emulation/vice/vice-2.4.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-emulation/vice/vice-2.4.ebuild b/app-emulation/vice/vice-2.4.ebuild index 0ec0effff02f..6f9f64bad2df 100644 --- a/app-emulation/vice/vice-2.4.ebuild +++ b/app-emulation/vice/vice-2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.4.ebuild,v 1.3 2013/01/06 07:27:57 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.4.ebuild,v 1.4 2013/01/24 14:40:00 aballier Exp $ EAPI=5 inherit autotools eutils toolchain-funcs games @@ -59,7 +59,8 @@ DEPEND="${RDEPEND} nls? ( sys-devel/gettext )" src_prepare() { - epatch "${FILESDIR}"/${P}-arm.patch + epatch "${FILESDIR}"/${P}-arm.patch \ + "${FILESDIR}"/${P}-ffmpeg-1.patch sed -i \ -e "s:/usr/local/lib/VICE:${GAMES_DATADIR}/${PN}:" \ man/vice.1 \ |