diff options
-rw-r--r-- | audio/musicbox/patches/patch-ab | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/musicbox/patches/patch-ab b/audio/musicbox/patches/patch-ab index f2d46cfd27d..2755dc176ce 100644 --- a/audio/musicbox/patches/patch-ab +++ b/audio/musicbox/patches/patch-ab @@ -1,15 +1,14 @@ -$NetBSD: patch-ab,v 1.1.1.1 1999/06/08 23:07:11 tron Exp $ +$NetBSD: patch-ab,v 1.2 1999/06/10 08:42:43 tron Exp $ --- ListView.h.orig Fri Feb 12 07:13:07 1999 +++ ListView.h Fri Feb 12 07:34:19 1999 -@@ -18,6 +18,11 @@ +@@ -18,6 +18,10 @@ #ifdef Linux #include <sys/soundcard.h> #endif +#ifdef NetBSD +#include <sys/ioctl.h> +#include <soundcard.h> -+#undef _POSIX_SOURCE +#endif #define DEVICE 0 |