summaryrefslogtreecommitdiff
path: root/audio/wmmixer/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'audio/wmmixer/patches/patch-ac')
-rw-r--r--audio/wmmixer/patches/patch-ac13
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/wmmixer/patches/patch-ac b/audio/wmmixer/patches/patch-ac
new file mode 100644
index 00000000000..c32cdf2b61d
--- /dev/null
+++ b/audio/wmmixer/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1 2005/12/11 20:52:34 joerg Exp $
+
+--- mixctl.h.orig 2005-12-11 20:47:51.000000000 +0000
++++ mixctl.h
+@@ -18,7 +18,7 @@
+ #ifdef __NetBSD__
+ #include <soundcard.h>
+ #endif
+-#ifdef __FreeBSD__
++#if defined(__FreeBSD__) || defined(__DragonFly__)
+ #include <machine/soundcard.h>
+ #endif
+ #ifdef __linux__