summaryrefslogtreecommitdiff
path: root/audio/festival/patches
diff options
context:
space:
mode:
authoragc <agc>2005-03-07 11:32:08 +0000
committeragc <agc>2005-03-07 11:32:08 +0000
commit3977588572bd6ba68ce533d5b8bd1ad16e1ef5c3 (patch)
tree05b2a2a01b7930861774ea9c4ea112caf585ecf8 /audio/festival/patches
parent2334881556ffe9da83f498d612af4830b2885231 (diff)
downloadpkgsrc-3977588572bd6ba68ce533d5b8bd1ad16e1ef5c3.tar.gz
Make sure that the examples come with the real path to the festival
binary.
Diffstat (limited to 'audio/festival/patches')
-rw-r--r--audio/festival/patches/patch-ac13
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/festival/patches/patch-ac b/audio/festival/patches/patch-ac
new file mode 100644
index 00000000000..4581b324706
--- /dev/null
+++ b/audio/festival/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.4 2005/03/07 11:32:09 agc Exp $
+
+--- festival/examples/Makefile 2005/03/07 11:05:22 1.1
++++ festival/examples/Makefile 2005/03/07 11:05:45
+@@ -55,7 +55,7 @@
+ $(ALL) : % : %.sh
+ rm -f $@
+ @echo "#!/bin/sh" >$@
+- @echo "\"true\" ; exec "$(FESTIVAL_HOME)/bin/festival --script '$$0 $$*' >>$@
++ @echo "\"true\" ; exec "$(PREFIX)/bin/festival --script '$$0 $$*' >>$@
+ cat $< >>$@
+ chmod +x $@
+