summaryrefslogtreecommitdiff
path: root/audio/mixer.app/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'audio/mixer.app/patches/patch-ab')
-rw-r--r--audio/mixer.app/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/mixer.app/patches/patch-ab b/audio/mixer.app/patches/patch-ab
new file mode 100644
index 00000000000..8097ef40fbe
--- /dev/null
+++ b/audio/mixer.app/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1.1.1 2002/07/08 02:43:01 wiz Exp $
+
+--- Mixer.cc.orig Wed Feb 2 01:31:42 2000
++++ Mixer.cc Mon Feb 5 16:19:30 2001
+@@ -35,6 +35,8 @@
+ #include <linux/soundcard.h>
+ #elif defined(__FreeBSD__)
+ #include <machine/soundcard.h>
++#elif defined(__NetBSD__)
++#include <soundcard.h>
+ #else
+ #include <sys/soundcard.h>
+ #endif