summaryrefslogtreecommitdiff
path: root/audio/timidity++/files/patch-ad
blob: 06b701a9d713e2c9cc1530c0bcbb97d63d0b8684 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- interface/Makefile.in.orig	Wed Oct 13 15:00:42 1999
+++ interface/Makefile.in	Wed Oct 13 15:01:15 1999
@@ -632,7 +632,7 @@
 	rm -f *.$(so)
 
 tclIndex: $(TCLF)
-	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)