summaryrefslogtreecommitdiff
path: root/audio/emixer/patches/patch-ab
diff options
context:
space:
mode:
authormycroft <mycroft@pkgsrc.org>2000-04-16 02:57:20 +0000
committermycroft <mycroft@pkgsrc.org>2000-04-16 02:57:20 +0000
commited388aa3c19bf8f1cff61789d990f6c68c6608af (patch)
tree512dee052af21157eb04f9e016e1570281d3eb84 /audio/emixer/patches/patch-ab
parentb90040f0b3757e2f23df2ebcb5c6d6150d3f056b (diff)
downloadpkgsrc-ed388aa3c19bf8f1cff61789d990f6c68c6608af.tar.gz
Fix numerous display problems.
Eliminate the use of slang alongside ncurses.
Diffstat (limited to 'audio/emixer/patches/patch-ab')
-rw-r--r--audio/emixer/patches/patch-ab15
1 files changed, 8 insertions, 7 deletions
diff --git a/audio/emixer/patches/patch-ab b/audio/emixer/patches/patch-ab
index 6c14b9b3697..2aa43ee9e67 100644
--- a/audio/emixer/patches/patch-ab
+++ b/audio/emixer/patches/patch-ab
@@ -1,15 +1,16 @@
-$NetBSD: patch-ab,v 1.1.1.1 1999/12/13 02:48:41 hubertf Exp $
+$NetBSD: patch-ab,v 1.2 2000/04/16 02:57:22 mycroft Exp $
---- nctgui.h.orig Mon Dec 13 02:15:43 1999
-+++ nctgui.h Mon Dec 13 02:18:32 1999
-@@ -9,7 +9,11 @@
+--- nctgui.h.orig Sun Dec 5 21:40:20 1999
++++ nctgui.h Sat Apr 15 22:16:51 2000
+@@ -8,8 +8,11 @@
+ */
/* include files used by gui.c and main.c */
- #include <ncurses.h>
+#ifdef __NetBSD__
-+#include <slang.h>
++#include <ncurses.h>
+#else
- #include <slang/slang.h>
+ #include <ncurses.h>
+-#include <slang/slang.h>
+#endif
#include <string.h>