summaryrefslogtreecommitdiff
path: root/audio/amp/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'audio/amp/patches/patch-ab')
-rw-r--r--audio/amp/patches/patch-ab12
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/amp/patches/patch-ab b/audio/amp/patches/patch-ab
new file mode 100644
index 00000000000..4ec8fa71d88
--- /dev/null
+++ b/audio/amp/patches/patch-ab
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.3 2003/03/22 05:44:38 dillo Exp $
+
+--- audioIO.h.old Sun Oct 26 10:57:10 1997
++++ audioIO.h Fri Oct 31 06:43:07 1997
+@@ -27,3 +27,7 @@
+ #ifdef OS_SunOS
+ #define AUSIZ 4096
+ #endif
++
++#ifdef OS_NetBSD
++ #define AUSIZ 32768
++#endif