1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/audio/festival+OGI/files/patch-ac
Will Andrews bab74078a9 Add festival 1.4.1, a multi-lingual text-to-speech system for Unix. This
commit includes the various ports festival can work with.  Big thanks to
Trevor for putting in all the time to port these!

PR:		21182, 21183, 21184, 21185, 21186, 21187, 21188, 21189
		21190, 21191, 21192, 21193, 21194, 21195, 21196, 21197
		21198, 21199, 21200, 21201
Submitted by:	Trevor Johnson <trevor@jpj.net>
Obtained from:	NetBSD pkgsrc
2000-09-16 08:39:50 +00:00

25 lines
615 B
Plaintext

$NetBSD: patch-ac,v 1.2 1999/10/11 14:13:49 proff Exp $
--- festival/examples/benchmark Thu Feb 27 00:47:45 1997
+++ festival/examples/benchmark Mon Oct 11 05:41:14 1999
@@ -1,6 +1,6 @@
#!/bin/sh
-default_libdir="/projects/festival/lib"
+default_libdir="$FESTIVAL_HOME/lib"
while true
do
@@ -15,9 +15,9 @@
esac
done
-text=${1-"$HOME/projects/festival/examples/benchmark.text"}
+text=${1-"$FESTIVAL_HOME/examples/benchmark.text"}
-for i in . src/main ../src/main $HOME/projects/festival/src/main /cstr/bin
+for i in . src/main ../src/main $FESTIVAL_HOME/src/main
do
if [ -n "$festival" ]
then