diff options
Diffstat (limited to 'audio/sox/files/patch-ab')
-rw-r--r-- | audio/sox/files/patch-ab | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/audio/sox/files/patch-ab b/audio/sox/files/patch-ab deleted file mode 100644 index bb8eb1cf617b..000000000000 --- a/audio/sox/files/patch-ab +++ /dev/null @@ -1,16 +0,0 @@ ---- 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 += -DLINUXSOUND -D_HAVE_PARAM_H -+CC = cc -+AR = ar r -+RANLIB = ranlib -+ - all: sox - - sox: sox.o $(SOUNDLIB) |