1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-30 21:49:25 +00:00
freebsd-ports/audio/rosegarden/files/patch-ab

20 lines
574 B
Plaintext
Raw Normal View History

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