summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-08-06 23:27:33 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-08-06 23:27:33 +0000
commit184bc33abad4208b4398e8ffa27b90099d2b7978 (patch)
treea503ab16a91d33cd8687d1166267fb0e936eed9d /media-video/dvbcut/dvbcut-0.5.4-r1.ebuild
parentremove old (diff)
downloadhistorical-184bc33abad4208b4398e8ffa27b90099d2b7978.tar.gz
historical-184bc33abad4208b4398e8ffa27b90099d2b7978.tar.bz2
historical-184bc33abad4208b4398e8ffa27b90099d2b7978.zip
fix build with gcc 4.3
Package-Manager: portage-2.2_rc6/cvs/Linux 2.6.26-gentoo x86_64
Diffstat (limited to 'media-video/dvbcut/dvbcut-0.5.4-r1.ebuild')
-rw-r--r--media-video/dvbcut/dvbcut-0.5.4-r1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/media-video/dvbcut/dvbcut-0.5.4-r1.ebuild b/media-video/dvbcut/dvbcut-0.5.4-r1.ebuild
index 89afdea5ab2d..06bf4daccff1 100644
--- a/media-video/dvbcut/dvbcut-0.5.4-r1.ebuild
+++ b/media-video/dvbcut/dvbcut-0.5.4-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/dvbcut/dvbcut-0.5.4-r1.ebuild,v 1.4 2008/07/27 21:55:26 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/dvbcut/dvbcut-0.5.4-r1.ebuild,v 1.5 2008/08/06 23:27:32 aballier Exp $
EAPI=1
@@ -39,6 +39,7 @@ src_unpack() {
cd "${S}"
epatch "${FILESDIR}/${PN}-0.5.3-ffmpeg-compat.patch"
epatch "${FILESDIR}/${P}-gcc42.patch"
+ epatch "${FILESDIR}/${P}-gcc43.patch"
epatch "${FILESDIR}/${P}-ffmpeg-compat2.patch"
epatch "${FILESDIR}/${P}-ffmpeg-compat3.patch"
epatch "${FILESDIR}/${P}-avformat-api-changes.patch"