View | Details | Raw Unified
Collapse All | Expand All

(-) flite.orig/files/const.patch (+8 lines)
Line 0    Link Here 
--- flite-1.2-release/tools/find_sts_main.c.orig	2002-12-26 12:18:30.000000000 -0500
@@ -40,6 +40,10 @@
 #include <stdio.h>
 #include <math.h>
 #include <string.h>
 #include "cst_wave.h"
 #include "cst_track.h"
 #include "cst_sigpr.h"
(-) flite.orig/flite-1.2.ebuild (+2 lines)
 Lines 20-25    Link Here 
src_unpack() {
src_unpack() {
	unpack ${P}-release.tar.bz2
	unpack ${P}-release.tar.bz2
	unpack ${PN}_lexfix.tar.gz
	unpack ${PN}_lexfix.tar.gz
	epatch ${FILESDIR}/const.patch
	# Move the update into ${S}
	# Move the update into ${S}
	cd ${PN}
	cd ${PN}
 Lines 31-36    Link Here 
	if ! use static; then
	if ! use static; then
		myconf="${myconf} --enable-shared"
		myconf="${myconf} --enable-shared"
	fi
	fi
	myconf="${myconf} --with-vox=cmu_us_kal16"
	econf ${myconf} || die "Failed configuration"
	econf ${myconf} || die "Failed configuration"
	# -j2 borks when we make the shared libs
	# -j2 borks when we make the shared libs