aboutsummaryrefslogtreecommitdiffstats
path: root/audio/timidity++/files/patch-ad
blob: 589abcc7c3af025da62426650150ec977804ea35 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- interface/Makefile.in.orig  Wed Nov 24 12:25:38 1999
+++ interface/Makefile.in   Wed Nov 24 17:40:48 1999
@@ -583,7 +583,7 @@
 
 tclIndex: $(TCLF)
    rm -f tclIndex
-   echo 'auto_mkindex . *.tcl; exit' | $(WISH)
+   echo 'auto_mkindex . *.tcl; exit' | `echo $(WISH) | sed 's/wish/tclsh/'`
 
 install.tk: $(ALLTCLF) install.bitmaps
    test -d $(DESTDIR)$(TCL_DIR) || mkdir -p $(DESTDIR)$(TCL_DIR)