summaryrefslogtreecommitdiff
path: root/audio/sox/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'audio/sox/patches/patch-af')
-rw-r--r--audio/sox/patches/patch-af13
1 files changed, 0 insertions, 13 deletions
diff --git a/audio/sox/patches/patch-af b/audio/sox/patches/patch-af
deleted file mode 100644
index 36562777f12..00000000000
--- a/audio/sox/patches/patch-af
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-af,v 1.1 2000/12/27 00:55:04 wiz Exp $
-
---- resample.c.orig Fri Sep 1 18:08:24 2000
-+++ resample.c
-@@ -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 a,LONG b));
-
- r->Factor = (double)effp->outinfo.rate / (double)effp->ininfo.rate;
-