summaryrefslogtreecommitdiff
path: root/audio/timidity++/files/patch-ad
diff options
context:
space:
mode:
authorSeiichirou Hiraoka <flathill@FreeBSD.org>1999-10-13 06:47:36 +0000
committerSeiichirou Hiraoka <flathill@FreeBSD.org>1999-10-13 06:47:36 +0000
commitf3e217a1a167b02d72ae0002d25bc5e2f859d8b9 (patch)
tree5080ac13fa1833c3da8abe4547dc48f5c6b0d0da /audio/timidity++/files/patch-ad
parentRemove some files that are built only if certain things (ie. Java) are (diff)
Use tclsh instead of wish
Change MAINTAINER to yatt@msc.biglobe.ne.jp by his request
Notes
Notes: svn path=/head/; revision=22395
Diffstat (limited to '')
-rw-r--r--audio/timidity++/files/patch-ad11
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/timidity++/files/patch-ad b/audio/timidity++/files/patch-ad
new file mode 100644
index 000000000000..06b701a9d713
--- /dev/null
+++ b/audio/timidity++/files/patch-ad
@@ -0,0 +1,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)