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