summaryrefslogtreecommitdiff
path: root/audio/emixer/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'audio/emixer/patches/patch-aa')
-rw-r--r--audio/emixer/patches/patch-aa16
1 files changed, 16 insertions, 0 deletions
diff --git a/audio/emixer/patches/patch-aa b/audio/emixer/patches/patch-aa
new file mode 100644
index 00000000000..115d4fd20b7
--- /dev/null
+++ b/audio/emixer/patches/patch-aa
@@ -0,0 +1,16 @@
+$NetBSD: patch-aa,v 1.1.1.1 1999/12/13 02:48:41 hubertf Exp $
+
+--- mixer.h.orig Mon Dec 13 02:18:43 1999
++++ mixer.h Mon Dec 13 02:19:01 1999
+@@ -17,7 +17,11 @@
+ #include <sys/stat.h>
+ #include <unistd.h>
+ #include <fcntl.h>
++#ifdef __NetBSD__
++#include <soundcard.h>
++#else
+ #include <sys/soundcard.h>
++#endif
+ #include <signal.h>
+ #include <sys/types.h>
+ #include <termios.h>