1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/audio/sox/files/patch-ac
Ying-Chieh Liao 9495919fc5 upgrade to 12.17.2
PR:		31171
Submitted by:	MAINTAINER
2001-10-11 11:16:32 +00:00

12 lines
327 B
Plaintext

--- Makefile.in~ Wed Sep 5 11:06:01 2001
+++ Makefile.in Tue Oct 9 11:59:26 2001
@@ -74,7 +74,7 @@
$(CC) $(LDFLAGS) -o sox sox.o $(LIBS)
soxmix.o: sox.c
- $(CC) $(CFLAGS) -DSOXMIX -c -o soxmix.o $<
+ $(CC) $(CFLAGS) -DSOXMIX -c -o soxmix.o sox.c
soxmix: libst.a soxmix.o
$(CC) $(LDFLAGS) -o soxmix soxmix.o $(LIBS)