diff options
author | Brian Feldman <green@FreeBSD.org> | 1999-07-18 04:33:31 +0000 |
---|---|---|
committer | Brian Feldman <green@FreeBSD.org> | 1999-07-18 04:33:31 +0000 |
commit | 48d2d435a8d0ee49c119b5a2cc3f95bf07fa28b1 (patch) | |
tree | 26bed6875ecef03edd5d27b4c78ce3cb1ceb76ed /audio/sox/files/patch-ab | |
parent | moettf ---> ports/chinese/moettf && Active moettf in Makefile. (diff) |
Update to the latest version. Dan Nelson is now the maintainer, since
the previous maintainer doesn't seem to want to take care of it
anymore (no updates for a long time.)
PR: 12658
Submitted by: Dan Nelson <dnelson@emsphone.com>
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) |