aboutsummaryrefslogtreecommitdiff
path: root/audio/wmsmixer
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2002-04-25 12:24:32 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2002-04-25 12:24:32 +0000
commit71bc45443ab9a33d22131530f7df6c145cf6f261 (patch)
tree9ee06ec3555e041d3a2aa8e3daa187a64119148c /audio/wmsmixer
parent2bc125db0be8f6077dfd3833df6acaa9cee96d53 (diff)
downloadports-71bc45443ab9a33d22131530f7df6c145cf6f261.tar.gz
ports-71bc45443ab9a33d22131530f7df6c145cf6f261.zip
s@machine/soundcard.h@sys/soundcard.h@.
Notes
Notes: svn path=/head/; revision=58108
Diffstat (limited to 'audio/wmsmixer')
-rw-r--r--audio/wmsmixer/files/patch-mixctl.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/wmsmixer/files/patch-mixctl.h b/audio/wmsmixer/files/patch-mixctl.h
new file mode 100644
index 000000000000..bab9c9cac82c
--- /dev/null
+++ b/audio/wmsmixer/files/patch-mixctl.h
@@ -0,0 +1,11 @@
+--- mixctl.h.orig Tue Mar 6 07:39:43 2001
++++ mixctl.h Thu Apr 25 21:19:40 2002
+@@ -19,7 +19,7 @@
+ #include <soundcard.h>
+ #endif
+ #ifdef __FreeBSD__
+-#include <machine/soundcard.h>
++#include <sys/soundcard.h>
+ #endif
+ #ifdef __linux__
+ #include <linux/soundcard.h>