diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/festival/patches/patch-an | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/audio/festival/patches/patch-an b/audio/festival/patches/patch-an deleted file mode 100644 index b61f5b838bb..00000000000 --- a/audio/festival/patches/patch-an +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-an,v 1.1 2002/12/10 05:21:52 gson Exp $ - ---- festival/examples/Makefile.orig Thu Nov 18 11:19:50 1999 -+++ festival/examples/Makefile -@@ -51,7 +51,7 @@ - - $(ALL) : % : %.sh - rm -f $@ -- echo "#!"$(FESTIVAL_HOME)/bin/festival --script >$@ -+ echo "#!"$(PREFIX)/libexec/festival.naked --script >$@ - cat $< >>$@ - chmod +x $@ - |