summaryrefslogtreecommitdiff
path: root/audio/xmmix/patches
diff options
context:
space:
mode:
authoraugustss <augustss>1997-11-08 21:57:17 +0000
committeraugustss <augustss>1997-11-08 21:57:17 +0000
commit0ce41aecce3b507425cae04e82f3b51e7df74a78 (patch)
tree381d77273e46f31a4d4165ad5520429176b56a6c /audio/xmmix/patches
parenta9fc50bf1b35ca993e7e307aac2e232f71ade70e (diff)
downloadpkgsrc-0ce41aecce3b507425cae04e82f3b51e7df74a78.tar.gz
Make sure SIGIO gets defined.
Diffstat (limited to 'audio/xmmix/patches')
-rw-r--r--audio/xmmix/patches/patch-aa4
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