summaryrefslogtreecommitdiff
path: root/audio/xmmix/patches/patch-ba
diff options
context:
space:
mode:
Diffstat (limited to 'audio/xmmix/patches/patch-ba')
-rw-r--r--audio/xmmix/patches/patch-ba18
1 files changed, 18 insertions, 0 deletions
diff --git a/audio/xmmix/patches/patch-ba b/audio/xmmix/patches/patch-ba
new file mode 100644
index 00000000000..0a97706e5e4
--- /dev/null
+++ b/audio/xmmix/patches/patch-ba
@@ -0,0 +1,18 @@
+$NetBSD: patch-ba,v 1.1 2000/11/02 14:24:32 mjl Exp $
+
+--- ../xmmix-1.2/appenv.h Sun Jul 14 19:48:59 1996
++++ ./appenv.h Fri Oct 24 23:33:47 1997
+@@ -59,7 +59,13 @@
+ #include <sys/types.h>
+ #include <sys/stat.h>
+ #include <sys/ioctl.h>
++#ifdef __NetBSD__
++#include <soundcard.h>
++/* Ensure we SIGIO */
++#undef _POSIX_SOURCE
++#else
+ #include <sys/soundcard.h>
++#endif
+ #include <stdlib.h>
+ #include <stdio.h>
+ #include <errno.h>