aboutsummaryrefslogtreecommitdiff
path: root/audio/mixer.app
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-09-08 00:47:46 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-09-08 00:47:46 +0000
commit71b740881049601ab6967d14af706ad99324a82c (patch)
tree60bd1ccfd5ca6e6ceab222f3c014341bb23ae9b4 /audio/mixer.app
parent247ba50f68a57889ce13c3beabe337a348a0dc39 (diff)
downloadports-71b740881049601ab6967d14af706ad99324a82c.tar.gz
ports-71b740881049601ab6967d14af706ad99324a82c.zip
Notes
Diffstat (limited to 'audio/mixer.app')
-rw-r--r--audio/mixer.app/files/patch-Mixer.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/mixer.app/files/patch-Mixer.cc b/audio/mixer.app/files/patch-Mixer.cc
new file mode 100644
index 000000000000..95404bf7c221
--- /dev/null
+++ b/audio/mixer.app/files/patch-Mixer.cc
@@ -0,0 +1,11 @@
+--- Mixer.cc.orig Sat Sep 7 16:55:38 2002
++++ Mixer.cc Sat Sep 7 16:55:56 2002
+@@ -33,8 +33,6 @@
+
+ #if defined(__Linux__)
+ #include <linux/soundcard.h>
+-#elif defined(__FreeBSD__)
+-#include <machine/soundcard.h>
+ #else
+ #include <sys/soundcard.h>
+ #endif