summaryrefslogtreecommitdiff
path: root/editors/mg/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'editors/mg/patches/patch-ae')
-rw-r--r--editors/mg/patches/patch-ae15
1 files changed, 15 insertions, 0 deletions
diff --git a/editors/mg/patches/patch-ae b/editors/mg/patches/patch-ae
new file mode 100644
index 00000000000..45e3e41c620
--- /dev/null
+++ b/editors/mg/patches/patch-ae
@@ -0,0 +1,15 @@
+$NetBSD: patch-ae,v 1.1.1.1 2009/02/13 11:04:14 abs Exp $
+
+--- ttydef.h.orig 2006-04-27 03:28:14.000000000 +0100
++++ ttydef.h
+@@ -10,7 +10,9 @@
+ * enough for windowing systems.
+ */
+
+-#define STANDOUT_GLITCH /* possible standout glitch */
++#ifdef NCURSES
++# define STANDOUT_GLITCH /* possible standout glitch */
++#endif
+ #define TERMCAP /* for possible use in ttyio.c */
+
+ #ifdef undef