summaryrefslogtreecommitdiff
path: root/audio/wmmixer
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
commit071be08a0ae08f6383ffc715480b59abef16d64d (patch)
treea92a6adec0f7bb6126c9dd38d02f1127d66509bf /audio/wmmixer
parent964ec310220a066c298549d5febdb1effee6ce38 (diff)
downloadpkgsrc-071be08a0ae08f6383ffc715480b59abef16d64d.tar.gz
DragonFly support.
Diffstat (limited to 'audio/wmmixer')
-rw-r--r--audio/wmmixer/distinfo3
-rw-r--r--audio/wmmixer/patches/patch-ac13
2 files changed, 15 insertions, 1 deletions
diff --git a/audio/wmmixer/distinfo b/audio/wmmixer/distinfo
index bbc98233267..96a1e6cf4ef 100644
--- a/audio/wmmixer/distinfo
+++ b/audio/wmmixer/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.5 2005/02/23 20:39:53 agc Exp $
+$NetBSD: distinfo,v 1.6 2005/12/11 20:52:34 joerg Exp $
SHA1 (wmmixer-1.0-beta1.tgz) = b8695455e1a7364aa337feb924f059db9a5856fe
RMD160 (wmmixer-1.0-beta1.tgz) = 5edea21f2154ebce018b7c34d9f05892acab16d4
Size (wmmixer-1.0-beta1.tgz) = 18801 bytes
SHA1 (patch-aa) = 4ee2ac096da6ee07a5e917242a6066c842dfa4d4
SHA1 (patch-ab) = 7fd4f67cd2bf121fd33d6cbefc1067172644da14
+SHA1 (patch-ac) = 05278709a52394e8f573e54bfcc77e7eacd40168
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__