aboutsummaryrefslogtreecommitdiff
path: root/audio/sox/files
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-10-11 11:16:32 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-10-11 11:16:32 +0000
commit9495919fc5ed55d760d6907741e7b678920eca74 (patch)
treef3c03490cd3b396f199879ee8cbff98e26cb4835 /audio/sox/files
parent92c7dfa8543377d38feb3a4a1ad31d62d7440c82 (diff)
downloadports-9495919fc5ed55d760d6907741e7b678920eca74.tar.gz
ports-9495919fc5ed55d760d6907741e7b678920eca74.zip
Notes
Diffstat (limited to 'audio/sox/files')
-rw-r--r--audio/sox/files/patch-aa11
-rw-r--r--audio/sox/files/patch-ab11
-rw-r--r--audio/sox/files/patch-ac11
3 files changed, 11 insertions, 22 deletions
diff --git a/audio/sox/files/patch-aa b/audio/sox/files/patch-aa
deleted file mode 100644
index 6b0b4b75867c..000000000000
--- a/audio/sox/files/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
---- avr.c.orig Mon Aug 14 21:10:58 2000
-+++ avr.c Sat Feb 24 22:27:31 2001
-@@ -38,7 +38,7 @@
- unsigned short midi; /* 0xffff = no MIDI note assigned,
- 0xffXX = single key note assignment
- 0xLLHH = key split, low/hi note */
-- ULONG int rate; /* sample frequency in hertz */
-+ ULONG rate; /* sample frequency in hertz */
- ULONG size; /* sample length in bytes or words (see rez) */
- ULONG lbeg; /* offset to start of loop in bytes or words.
- set to zero if unused. */
diff --git a/audio/sox/files/patch-ab b/audio/sox/files/patch-ab
deleted file mode 100644
index 63c50ac29a90..000000000000
--- a/audio/sox/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- resample.c.orig Fri Sep 1 18:08:24 2000
-+++ resample.c Sat Mar 10 17:26:57 2001
-@@ -180,7 +180,7 @@
- resample_t r = (resample_t) effp->priv;
- LONG Xoff, gcdrate;
- int i;
-- extern long st_gcd(P2(long a,long b));
-+ extern LONG st_gcd(P2(LONG,LONG));
-
- r->Factor = (double)effp->outinfo.rate / (double)effp->ininfo.rate;
-
diff --git a/audio/sox/files/patch-ac b/audio/sox/files/patch-ac
new file mode 100644
index 000000000000..6bd709649aff
--- /dev/null
+++ b/audio/sox/files/patch-ac
@@ -0,0 +1,11 @@
+--- 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)