summaryrefslogtreecommitdiff
path: root/audio/wmmixer/patches
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2005-12-11 20:51:07 +0000
committerjoerg <joerg@pkgsrc.org>2005-12-11 20:51:07 +0000
commit5110511342ffe55490b0d936a848b69277bfcd70 (patch)
treea92a6adec0f7bb6126c9dd38d02f1127d66509bf /audio/wmmixer/patches
parent7b56ac52f92d8f7167e12cf508365af8a6dd942a (diff)
downloadpkgsrc-5110511342ffe55490b0d936a848b69277bfcd70.tar.gz
DragonFly support.
Diffstat (limited to 'audio/wmmixer/patches')
-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__