summaryrefslogtreecommitdiff
path: root/audio/festival/patches
diff options
context:
space:
mode:
authoragc <agc>2004-12-30 14:02:34 +0000
committeragc <agc>2004-12-30 14:02:34 +0000
commit47b652c232a5e3e061a61a14a21e734276f87906 (patch)
treeaf37086d1df5ee49eabb9dac754b262a04d57337 /audio/festival/patches
parent15a31a66fafba471096824d4f5fd0c8ec3f2648a (diff)
downloadpkgsrc-47b652c232a5e3e061a61a14a21e734276f87906.tar.gz
Fix oversight - remove unused patch-an
Diffstat (limited to 'audio/festival/patches')
-rw-r--r--audio/festival/patches/patch-an13
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 $@
-