diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-12-19 08:34:53 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-12-19 08:34:53 +0000 |
commit | 2f6fb4ef8c89c9f19a9bf14f1ad246ba56e157b2 (patch) | |
tree | bb5c6aa8636eda71a57d5817384c5f4b90ec7e0d /audio/rosegarden/files/patch-ab | |
parent | - Add MASTER_SITE_XCONTRIB to MASTER_SITES. (diff) |
- Update MASTER_SITES
- Support PREFIX properly
- Fix configure error under XFree86 4.x
PR: 23621
Submitted by: Ports Furry
No response from: maintainer
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 |