diff options
author | William Hubbs <williamh@gentoo.org> | 2009-09-04 13:34:47 +0000 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2009-09-04 13:34:47 +0000 |
commit | e0a528ab5aeb94f4f582ddddab7bf755cd49f828 (patch) | |
tree | b0f63501d6face73a8ec0477158aac726b655a26 /app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild | |
parent | Respect CC (bug #243974), append to CFLAGS (but not -g), append to LDFLAGS, u... (diff) | |
download | historical-e0a528ab5aeb94f4f582ddddab7bf755cd49f828.tar.gz historical-e0a528ab5aeb94f4f582ddddab7bf755cd49f828.tar.bz2 historical-e0a528ab5aeb94f4f582ddddab7bf755cd49f828.zip |
removed unnecessary rev bump.
Package-Manager: portage-2.2_rc40/cvs/Linux i686
Diffstat (limited to 'app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild')
-rw-r--r-- | app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild b/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild index 6f286325a12a..45027809d4e2 100644 --- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild +++ b/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 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.ebuild,v 1.3 2009/09/04 08:55:08 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild,v 1.4 2009/09/04 13:34:47 williamh Exp $ inherit eutils @@ -27,6 +27,7 @@ DEPEND="${RDEPEND} src_unpack() { unpack ${A} cd "${S}" + epatch "${FILESDIR}"/${P}-glibc-2.10.patch sed -i -e 's/\(SUBDIRS.*\)python/\1/' src/Makefile.in || die } |