summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Loeser <halcy0n@gentoo.org>2005-06-26 02:03:45 +0000
committerMark Loeser <halcy0n@gentoo.org>2005-06-26 02:03:45 +0000
commite381203216de99963ef864a0a871c84b8f956c8f (patch)
tree4eabb688b5feda8cbf79efc4532620ff60d5abae /media-sound/timidity++/timidity++-2.13.2-r2.ebuild
parentRemoved obsolete version and unused patches. (diff)
downloadgentoo-2-e381203216de99963ef864a0a871c84b8f956c8f.tar.gz
gentoo-2-e381203216de99963ef864a0a871c84b8f956c8f.tar.bz2
gentoo-2-e381203216de99963ef864a0a871c84b8f956c8f.zip
gcc4 patch; bug #89933
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'media-sound/timidity++/timidity++-2.13.2-r2.ebuild')
-rw-r--r--media-sound/timidity++/timidity++-2.13.2-r2.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/media-sound/timidity++/timidity++-2.13.2-r2.ebuild b/media-sound/timidity++/timidity++-2.13.2-r2.ebuild
index 1276b65b0d1b..6be513b7f090 100644
--- a/media-sound/timidity++/timidity++-2.13.2-r2.ebuild
+++ b/media-sound/timidity++/timidity++-2.13.2-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-sound/timidity++/timidity++-2.13.2-r2.ebuild,v 1.2 2005/05/28 17:23:33 luckyduck Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity++/timidity++-2.13.2-r2.ebuild,v 1.3 2005/06/26 02:03:45 halcy0n Exp $
IUSE="oss nas esd motif X gtk gtk2 vorbis tcltk slang alsa arts jack portaudio emacs ao speex flac ncurses"
@@ -46,6 +46,7 @@ src_unpack() {
cd ${S}
epatch ${FILESDIR}/${P}-gtk26.patch
epatch ${FILESDIR}/${P}-exiterror.patch
+ epatch ${FILESDIR}/${P}-gcc4.patch
# fix header location of speex
sed -i -e "s:#include <speex:#include <speex/speex:g" configure* timidity/speex_a.c