diff options
author | tron <tron@pkgsrc.org> | 1999-06-10 08:42:43 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-06-10 08:42:43 +0000 |
commit | ea9be3f1137b3ff688396b6517a23174a03e5cf1 (patch) | |
tree | 86f9796cddd39d93005f5b2f4c72af3db61ae6fb /audio | |
parent | d226be6c21fd08c1c963b74b220c66fd10b023e3 (diff) | |
download | pkgsrc-ea9be3f1137b3ff688396b6517a23174a03e5cf1.tar.gz |
Remove "#undef _POSIX_SOURCE" on suggestion by Rui-Xiang Guo.
Diffstat (limited to 'audio')
-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 |