summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Loeser <halcy0n@gentoo.org>2005-03-13 18:34:40 +0000
committerMark Loeser <halcy0n@gentoo.org>2005-03-13 18:34:40 +0000
commita1227de4e41176384d7bf949672441b3e0e34679 (patch)
tree7ffe75d01716baca51221a19b705bc11d97656d1 /media-plugins/bmp-crossfade/bmp-crossfade-0.3.8-r2.ebuild
parentStable on ppc64 (diff)
downloadgentoo-2-a1227de4e41176384d7bf949672441b3e0e34679.tar.gz
gentoo-2-a1227de4e41176384d7bf949672441b3e0e34679.tar.bz2
gentoo-2-a1227de4e41176384d7bf949672441b3e0e34679.zip
Patch to fix GCC4 compilation
(Portage version: 2.0.51.19)
Diffstat (limited to 'media-plugins/bmp-crossfade/bmp-crossfade-0.3.8-r2.ebuild')
-rw-r--r--media-plugins/bmp-crossfade/bmp-crossfade-0.3.8-r2.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/media-plugins/bmp-crossfade/bmp-crossfade-0.3.8-r2.ebuild b/media-plugins/bmp-crossfade/bmp-crossfade-0.3.8-r2.ebuild
index 2ada7dcd6879..92bc74cbe42b 100644
--- a/media-plugins/bmp-crossfade/bmp-crossfade-0.3.8-r2.ebuild
+++ b/media-plugins/bmp-crossfade/bmp-crossfade-0.3.8-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/bmp-crossfade/bmp-crossfade-0.3.8-r2.ebuild,v 1.1 2005/01/09 11:58:53 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/bmp-crossfade/bmp-crossfade-0.3.8-r2.ebuild,v 1.2 2005/03/13 18:34:40 halcy0n Exp $
IUSE=""
inherit eutils
@@ -24,6 +24,7 @@ src_unpack() {
unpack ${A}
cd ${S}
epatch ${FILESDIR}/${PV}-bmp.patch
+ epatch ${FILESDIR}/${PV}-gcc4.patch
cp interface.c interface-2.0.c
cp support.c support-2.0.c
}