diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-07-11 20:52:15 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-07-11 20:52:15 +0000 |
commit | 27df04e06b4da1dc23cf7f843e9a74c649178a57 (patch) | |
tree | a80203d2875510dca844f4559decfc39560ebb9b /audio/rosegarden/files/patch-ac | |
parent | Activate tclmidi (diff) |
Update to rosegarden 2.1
PR: 11712
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=20163
Diffstat (limited to 'audio/rosegarden/files/patch-ac')
-rw-r--r-- | audio/rosegarden/files/patch-ac | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/audio/rosegarden/files/patch-ac b/audio/rosegarden/files/patch-ac new file mode 100644 index 000000000000..e04e0eadef01 --- /dev/null +++ b/audio/rosegarden/files/patch-ac @@ -0,0 +1,9 @@ +--- /tmp/rosegarden-2.1/petal/petaleditor/Makefile Sun Mar 2 20:03:35 1997 ++++ ./petal/petaleditor/Makefile Fri May 14 17:20:35 1999 +@@ -2,5 +2,5 @@ + + pkgIndex.tcl : PetalEditor.tcl + @echo "The error message for PetalEditor.tcl is normal" +- echo "pkg_mkIndex . PetalEditor.tcl" | tclsh ++ echo "pkg_mkIndex . PetalEditor.tcl" | tclsh8.0 + |