diff options
Diffstat (limited to 'audio/rosegarden/files/patch-ab')
-rw-r--r-- | audio/rosegarden/files/patch-ab | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/audio/rosegarden/files/patch-ab b/audio/rosegarden/files/patch-ab index 7efb85e26044..b88afd03fb63 100644 --- a/audio/rosegarden/files/patch-ab +++ b/audio/rosegarden/files/patch-ab @@ -1,6 +1,6 @@ ---- /tmp/rosegarden-2.1/petal/Makefile.in Sat Oct 18 11:43:27 1997 -+++ ./petal/Makefile.in Fri May 14 17:29:54 1999 -@@ -7,7 +7,7 @@ +--- 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" @@ -8,13 +8,12 @@ + echo "pkg_mkIndex . Petal.so Petal.tcl" | tclsh8.2 petaleditor/pkgIndex.tcl : petaleditor/PetalEditor.tcl - cd petaleditor; make -@@ -19,7 +19,7 @@ - $(LD) $(LDFLAGS) Petal.o -o Petal.so +- cd petaleditor; make ++ cd petaleditor; $(MAKE) - Petal.o : Petal.c -- $(CC) $(CFLAGS) -c -o Petal.o Petal.c -+ $(CC) $(CFLAGS) -I/usr/local/include -c -o Petal.o Petal.c + petalmidi/pkgIndex.tcl : petalmidi/PetalMidi.tcl +- cd petalmidi; make ++ cd petalmidi; $(MAKE) - clean : - rm -f Petal.o Petal.so + Petal.so : Petal.o + $(LD) $(LDFLAGS) Petal.o -o Petal.so |