diff options
author | William Hubbs <williamh@gentoo.org> | 2007-02-06 06:32:25 +0000 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2007-02-06 06:32:25 +0000 |
commit | 3148a50da4a776c308d956028c5f935b0c3ec547 (patch) | |
tree | d939ac52ee566ef9d92d1d4e17c54ad9de1c5f13 /app-accessibility/espeak | |
parent | stable x86; bug #165375 (diff) | |
download | gentoo-2-3148a50da4a776c308d956028c5f935b0c3ec547.tar.gz gentoo-2-3148a50da4a776c308d956028c5f935b0c3ec547.tar.bz2 gentoo-2-3148a50da4a776c308d956028c5f935b0c3ec547.zip |
Fixing the ChangeLog.
(Portage version: 2.1.2-r7)
Diffstat (limited to 'app-accessibility/espeak')
-rw-r--r-- | app-accessibility/espeak/ChangeLog | 6 | ||||
-rw-r--r-- | app-accessibility/espeak/espeak-1.19.ebuild | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/app-accessibility/espeak/ChangeLog b/app-accessibility/espeak/ChangeLog index 332400e4365d..018ee5700738 100644 --- a/app-accessibility/espeak/ChangeLog +++ b/app-accessibility/espeak/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-accessibility/espeak # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeak/ChangeLog,v 1.5 2007/01/31 06:00:27 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeak/ChangeLog,v 1.6 2007/02/06 06:32:25 williamh Exp $ + + 06 Feb 2007; William Hubbs <williamh@gentoo.org> espeak-1.19.ebuild: + Added patches to fix a segfault on ppc64 and to move ARCH_BIG out of the + Makefile. *espeak-1.19 (31 Jan 2007) diff --git a/app-accessibility/espeak/espeak-1.19.ebuild b/app-accessibility/espeak/espeak-1.19.ebuild index ea84f4326f8d..14763e7b9ecd 100644 --- a/app-accessibility/espeak/espeak-1.19.ebuild +++ b/app-accessibility/espeak/espeak-1.19.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeak/espeak-1.19.ebuild,v 1.2 2007/02/06 06:27:38 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeak/espeak-1.19.ebuild,v 1.3 2007/02/06 06:32:25 williamh Exp $ inherit eutils @@ -30,8 +30,10 @@ src_unpack() { if has_version "=media-libs/portaudio-19*" ; then mv -f "${S}/src/portaudio19.h" "${S}/src/portaudio.h" fi + # Apply patch to support big-endian processors epatch ${FILESDIR}/${P}-big-endian.patch + # Apply patch for ppc64 segfault epatch ${FILESDIR}/${P}-ppc64-segfault.patch } |