summaryrefslogtreecommitdiff
path: root/audio/sox/patches/patch-ad
diff options
context:
space:
mode:
authormycroft <mycroft@pkgsrc.org>2002-07-12 19:30:50 +0000
committermycroft <mycroft@pkgsrc.org>2002-07-12 19:30:50 +0000
commit03a8e25ed1d419d59b21bd660b6eba84ba61c903 (patch)
treef609219f770192dbe19a969fee67f1eed445bcba /audio/sox/patches/patch-ad
parenta2df323768c8842d75f45f783ae7708496e10a15 (diff)
downloadpkgsrc-03a8e25ed1d419d59b21bd660b6eba84ba61c903.tar.gz
Update to sox 12.17.3. Numerous bugs fixed, and most of the NetBSD patches
integrated.
Diffstat (limited to 'audio/sox/patches/patch-ad')
-rw-r--r--audio/sox/patches/patch-ad12
1 files changed, 0 insertions, 12 deletions
diff --git a/audio/sox/patches/patch-ad b/audio/sox/patches/patch-ad
deleted file mode 100644
index 5c9d998449b..00000000000
--- a/audio/sox/patches/patch-ad
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ad,v 1.3 2000/12/27 00:55:04 wiz Exp $
-
---- pitch.c.orig Wed Jun 7 20:35:39 2000
-+++ pitch.c
-@@ -38,6 +38,7 @@
- #include "st.h"
-
- #include <stdlib.h> /* malloc(), free() */
-+#include <string.h> /* memcpy() */
-
- #include <math.h> /* cos(), pow() */
- #include <limits.h> /* LONG_MAX */