summaryrefslogtreecommitdiff
path: root/audio/wmsmixer
diff options
context:
space:
mode:
authorjoerg <joerg>2005-12-11 20:51:07 +0000
committerjoerg <joerg>2005-12-11 20:51:07 +0000
commit01128556caa7b9b6d98a0da842a3dce456d5d434 (patch)
treea92a6adec0f7bb6126c9dd38d02f1127d66509bf /audio/wmsmixer
parent4265d6b6f49a6bc066014bbb196c71c619331b35 (diff)
downloadpkgsrc-01128556caa7b9b6d98a0da842a3dce456d5d434.tar.gz
DragonFly support.
Diffstat (limited to 'audio/wmsmixer')
-rw-r--r--audio/wmsmixer/distinfo3
-rw-r--r--audio/wmsmixer/patches/patch-ab13
2 files changed, 15 insertions, 1 deletions
diff --git a/audio/wmsmixer/distinfo b/audio/wmsmixer/distinfo
index 0611bbdd192..da9877360d8 100644
--- a/audio/wmsmixer/distinfo
+++ b/audio/wmsmixer/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.4 2005/02/23 20:39:53 agc Exp $
+$NetBSD: distinfo,v 1.5 2005/12/11 20:51:07 joerg Exp $
SHA1 (wmsmixer-0.5.1.tar.gz) = 32473bf99b7c0dfa4a2b7d0d850288354aebde58
RMD160 (wmsmixer-0.5.1.tar.gz) = 2f8ab0bf8571b9ea1e111f5e22c3df8ea017dec7
Size (wmsmixer-0.5.1.tar.gz) = 33350 bytes
SHA1 (patch-aa) = 0db2abe3d917778545e420fe61e4cefce03ce0c6
+SHA1 (patch-ab) = 78ede51033648a4a79d884ebb3d5c6b0b5e9ba86
diff --git a/audio/wmsmixer/patches/patch-ab b/audio/wmsmixer/patches/patch-ab
new file mode 100644
index 00000000000..d743287caa5
--- /dev/null
+++ b/audio/wmsmixer/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2005/12/11 20:51:07 joerg Exp $
+
+--- mixctl.h.orig 2005-12-11 20:44:55.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__