ports/audio/csound/files/patch-anal_adsyn_makef
Alexander Leidinger a7ff88b7ff Unbreak port by updating to 4.23.
Triggered by:	kris wants to remove broken ports
Approved by:	maintainer timeout (he hasn't much time at the moment
		and I want to have bugs get reported just in time to
		have it fixed before 5.1)
2003-05-03 15:56:24 +00:00

21 lines
556 B
Text

--- anal/adsyn/makef.orig Tue Oct 8 15:49:08 2002
+++ anal/adsyn/makef Thu Apr 24 14:49:25 2003
@@ -6,7 +6,7 @@
OBJS = main.o $T/hetro.o $T/filopen.o $T/sfheader.o $T/soundin.o \
$T/ulaw.o $T/aiff.o $T/ieee80.o $T/memalloc.o $T/wave.o \
- $T/window.o $T/winFLTK.o $T/FL_graph.o $T/winEPS.o $T/aifc.o \
+ $T/window.o $T/winEPS.o $T/aifc.o \
$T/winascii.o $T/sdif.o $T/sdif-mem.o $T/getstring.o
adsyns: hetro
@@ -23,7 +23,7 @@
cc $(CFLAGS) -c main.c
clean:
- -rm -f hetro
+ -rm -f hetro *.o
rmbak:
- -rm *.bak *~
+ -rm -f *.bak *~