diff options
Diffstat (limited to 'app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7-r1.ebuild')
-rw-r--r-- | app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7-r1.ebuild b/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7-r1.ebuild index 5e8587e88500..4e7eea8cf758 100644 --- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7-r1.ebuild +++ b/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7-r1.ebuild,v 1.3 2010/03/01 00:46:14 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7-r1.ebuild,v 1.4 2010/03/01 21:05:51 patrick Exp $ EAPI="3" PATCHVER=1 @@ -30,7 +30,8 @@ DEPEND="${RDEPEND} dev-util/pkgconfig" src_prepare() { - EPATCH_SUFFIX="patch" epatch + epatch ${FILESDIR}/speech-dispatcher-mutils.patch \ + ${FILESDIR}/speech-dispatcher-0.6.6-festival-fix-formats.patch eautoreconf sed -i -e 's/\(SUBDIRS.*\)python/\1/' src/Makefile.in } |