1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/audio/rosegarden/files/patch-ab
Maxim Sobolev 2f6fb4ef8c - Update MASTER_SITES
- Support PREFIX properly
- Fix configure error under XFree86 4.x

PR:			23621
Submitted by:		Ports Furry
No response from:	maintainer
2000-12-19 08:34:53 +00:00

20 lines
574 B
Plaintext

--- 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