diff options
author | augustss <augustss@pkgsrc.org> | 1997-11-08 21:57:17 +0000 |
---|---|---|
committer | augustss <augustss@pkgsrc.org> | 1997-11-08 21:57:17 +0000 |
commit | 448c4f1b4c2c46d685c3c87d3afd878878d097e3 (patch) | |
tree | 381d77273e46f31a4d4165ad5520429176b56a6c /audio/xmmix | |
parent | 090e0ed5921dd0ea48b19f97d84e2aa6254b6e23 (diff) | |
download | pkgsrc-448c4f1b4c2c46d685c3c87d3afd878878d097e3.tar.gz |
Make sure SIGIO gets defined.
Diffstat (limited to 'audio/xmmix')
-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 |