diff options
Diffstat (limited to 'audio/emixer/patches/patch-ab')
-rw-r--r-- | audio/emixer/patches/patch-ab | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/audio/emixer/patches/patch-ab b/audio/emixer/patches/patch-ab index 2aa43ee9e67..1927222eba5 100644 --- a/audio/emixer/patches/patch-ab +++ b/audio/emixer/patches/patch-ab @@ -1,17 +1,12 @@ -$NetBSD: patch-ab,v 1.2 2000/04/16 02:57:22 mycroft Exp $ +$NetBSD: patch-ab,v 1.3 2001/06/19 15:57:39 jlam Exp $ ---- nctgui.h.orig Sun Dec 5 21:40:20 1999 -+++ nctgui.h Sat Apr 15 22:16:51 2000 -@@ -8,8 +8,11 @@ - */ +--- nctgui.h.orig Mon Dec 27 19:47:02 1999 ++++ nctgui.h +@@ -9,7 +9,6 @@ /* include files used by gui.c and main.c */ -+#ifdef __NetBSD__ -+#include <ncurses.h> -+#else #include <ncurses.h> -#include <slang/slang.h> -+#endif #include <string.h> /* defines used by gui.c and main.c */ |