freebsd-ports/audio/rosegarden/files/patch-ae
Steve Price bc087374d3 Update to use Tcl/Tk version 8.2.
Submitted by:	Ade Lovett <ade@lovett.com>
1999-11-28 18:32:45 +00:00

11 lines
305 B
Text

--- /tmp/rosegarden-2.1/petal/dump.tcl Mon Oct 20 19:23:58 1997
+++ ./petal/dump.tcl Fri May 14 17:22:47 1999
@@ -1,6 +1,6 @@
#!/bin/sh
-# the next line restarts using tclsh \
-exec tclsh "$0" "$@"
+# the next line restarts using tclsh8.0 \
+exec tclsh8.2 "$0" "$@"
package require "Petal"
PetalInit