diff options
Diffstat (limited to 'audio/xmmix/patches/patch-aa')
-rw-r--r-- | audio/xmmix/patches/patch-aa | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/xmmix/patches/patch-aa b/audio/xmmix/patches/patch-aa index 0b72a5d245d..f6fcba647d5 100644 --- a/audio/xmmix/patches/patch-aa +++ b/audio/xmmix/patches/patch-aa @@ -11,12 +11,14 @@ /* --- ../xmmix-1.2/appenv.h Sun Jul 14 19:48:59 1996 +++ ./appenv.h Fri Oct 24 23:33:47 1997 -@@ -59,7 +59,11 @@ +@@ -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 |