diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-11-24 13:49:02 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-11-24 13:49:02 +0000 |
commit | 5d0cac7144a98cf07c3dcd5936bde1ea5070cee1 (patch) | |
tree | 9b75815c2627de87a8d5cc33d3d7cf62a014ea04 /audio/timidity/patches | |
parent | d0bfd61054ee4a23a6c1ee74698615c0318053e8 (diff) | |
download | pkgsrc-5d0cac7144a98cf07c3dcd5936bde1ea5070cee1.tar.gz |
Make this package no longer interactive. Simple one, doing the TCL stuff
with tclsh instead of wish did the job.
Diffstat (limited to 'audio/timidity/patches')
-rw-r--r-- | audio/timidity/patches/patch-ab | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/timidity/patches/patch-ab b/audio/timidity/patches/patch-ab index 7e09b2f537c..127ce2fb524 100644 --- a/audio/timidity/patches/patch-ab +++ b/audio/timidity/patches/patch-ab @@ -1,7 +1,7 @@ -$NetBSD: patch-ab,v 1.6 1999/06/23 16:32:04 kleink Exp $ +$NetBSD: patch-ab,v 1.7 1999/11/24 13:49:03 hubertf Exp $ ---- Makefile.orig Sun May 26 05:26:46 1996 -+++ Makefile Sat Mar 7 13:55:24 1998 +--- Makefile.orig Sun May 26 11:26:46 1996 ++++ Makefile Wed Nov 24 14:50:18 1999 @@ -24,22 +24,23 @@ # But where to change without revealing my secret identity? @@ -129,7 +129,7 @@ $NetBSD: patch-ab,v 1.6 1999/06/23 16:32:04 kleink Exp $ tclIndex: $(TCLF) - echo 'auto_mkindex . *.tcl; exit' | wish -+ echo 'auto_mkindex . *.tcl; exit' | wish8.0 ++ echo 'auto_mkindex . *.tcl; exit' | tclsh8.0 ########## Some special targets |