1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/audio/sox/files/patch-ab

17 lines
280 B
Plaintext
Raw Normal View History

--- Makefile.unx.orig Sat Oct 8 09:14:48 1994
+++ Makefile.unx Mon Jan 27 15:09:32 1997
@@ -153,6 +153,13 @@
# RM = del /q
+
+# FreeBSD 1.x / 2.x / 3.x
+CFLAGS = -O -DLINUXSOUND -D_HAVE_PARAM_H
+CC = cc
+AR = ar r
+RANLIB = ranlib
+
all: sox
sox: sox.o $(SOUNDLIB)