diff options
Diffstat (limited to 'audio/splaytk/files/patch-splay-tk.tcl')
-rw-r--r-- | audio/splaytk/files/patch-splay-tk.tcl | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/splaytk/files/patch-splay-tk.tcl b/audio/splaytk/files/patch-splay-tk.tcl new file mode 100644 index 000000000000..d3634efa5239 --- /dev/null +++ b/audio/splaytk/files/patch-splay-tk.tcl @@ -0,0 +1,14 @@ +*** splay-tk.tcl Sun Apr 6 06:36:35 1997 +--- splay-tk.tcl.orig Sun Apr 19 15:32:05 1998 +*************** +*** 1,3 **** +--- 1,9 ---- ++ #!/bin/sh ++ # start up wish \ ++ exec wish "$0" "$@" ++ ++ set libdir %%DATADIR%% ++ set images ${libdir} + ##################################################################### + # SPlaY-Tk v2.0p1, (C) Andrew Hobgood # + # # |