1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/audio/rosegarden/files/patch-ae
Chris Piazza 27df04e06b Update to rosegarden 2.1
PR:		11712
Submitted by:	maintainer
1999-07-11 20:52:15 +00:00

12 lines
305 B
Plaintext

--- /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.0 "$0" "$@"
package require "Petal"
PetalInit