summaryrefslogtreecommitdiff
path: root/editors/vim-share/patches/patch-feature.h
diff options
context:
space:
mode:
Diffstat (limited to 'editors/vim-share/patches/patch-feature.h')
-rw-r--r--editors/vim-share/patches/patch-feature.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/editors/vim-share/patches/patch-feature.h b/editors/vim-share/patches/patch-feature.h
new file mode 100644
index 00000000000..7fd572bdeaf
--- /dev/null
+++ b/editors/vim-share/patches/patch-feature.h
@@ -0,0 +1,13 @@
+$NetBSD: patch-feature.h,v 1.1 2012/08/28 05:59:39 morr Exp $
+
+--- src/feature.h.orig 2012-05-25 09:26:32.000000000 +0000
++++ src/feature.h
+@@ -559,7 +559,7 @@
+ * (used only with NO_BUILTIN_TCAPS not defined).
+ */
+ #ifdef HAVE_TGETENT
+-/* #define NO_BUILTIN_TCAPS */
++#define NO_BUILTIN_TCAPS
+ #endif
+
+ #if !defined(NO_BUILTIN_TCAPS) && !defined(FEAT_GUI_W16)