diff options
Diffstat (limited to 'audio/rosegarden/files/patch-ab')
-rw-r--r-- | audio/rosegarden/files/patch-ab | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/audio/rosegarden/files/patch-ab b/audio/rosegarden/files/patch-ab deleted file mode 100644 index b88afd03fb6..00000000000 --- a/audio/rosegarden/files/patch-ab +++ /dev/null @@ -1,19 +0,0 @@ ---- petal/Makefile.in.orig Wed Oct 8 07:40:55 1997 -+++ petal/Makefile.in Thu Dec 14 02:14:42 2000 -@@ -7,13 +7,13 @@ - - pkgIndex.tcl : Petal.so Petal.tcl - @echo "The error message for Petal.tcl is normal" -- echo "pkg_mkIndex . Petal.so Petal.tcl" | tclsh -+ echo "pkg_mkIndex . Petal.so Petal.tcl" | tclsh8.2 - - petaleditor/pkgIndex.tcl : petaleditor/PetalEditor.tcl -- cd petaleditor; make -+ cd petaleditor; $(MAKE) - - petalmidi/pkgIndex.tcl : petalmidi/PetalMidi.tcl -- cd petalmidi; make -+ cd petalmidi; $(MAKE) - - Petal.so : Petal.o - $(LD) $(LDFLAGS) Petal.o -o Petal.so |