summaryrefslogtreecommitdiff
path: root/editors/vim
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-02-12 21:09:28 +0000
committertron <tron@pkgsrc.org>1999-02-12 21:09:28 +0000
commitc4fd33ce03623c07c42547c4aff4fbb2d0b0d2ba (patch)
treee96806bc24ebb5ce941450d5981fa9c0802b95f2 /editors/vim
parent1d14380ba4fca08d5829eb0e827f722d9e66e715 (diff)
downloadpkgsrc-c4fd33ce03623c07c42547c4aff4fbb2d0b0d2ba.tar.gz
Disable builtin termcap entries so that "vim" works with NetBSD's termcap
library. Patch supplied by Ingolf Koch.
Diffstat (limited to 'editors/vim')
-rw-r--r--editors/vim/Makefile4
-rw-r--r--editors/vim/patches/patch-ad13
2 files changed, 14 insertions, 3 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index 29a61264891..40f566101c7 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 1999/01/10 22:29:38 tron Exp $
+# $NetBSD: Makefile,v 1.14 1999/02/12 21:09:28 tron Exp $
DISTNAME= vim-5.3
CATEGORIES= editors
@@ -11,8 +11,6 @@ DISTFILES= vim-5.3-src.tar.gz vim-5.3-rt.tar.gz
MAINTAINER= tron@netbsd.org
HOMEPAGE= http://www.vim.org/
-DEPENDS= ncurses-1.9.9g:../../devel/ncurses
-
LDFLAGS+= "-L${LOCALBASE}/lib"
WRKSRC= ${WRKDIR}/${DISTNAME}/src
GNU_CONFIGURE= yes
diff --git a/editors/vim/patches/patch-ad b/editors/vim/patches/patch-ad
new file mode 100644
index 00000000000..b97d8269cd0
--- /dev/null
+++ b/editors/vim/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1 1999/02/12 21:09:28 tron Exp $
+
+--- feature.h.orig Sun Aug 23 17:38:30 1998
++++ feature.h Fri Feb 12 19:28:51 1999
+@@ -292,7 +292,7 @@
+ * (used only with NO_BUILTIN_TCAPS not defined).
+ */
+ #ifdef HAVE_TGETENT
+-/* #define NO_BUILTIN_TCAPS */
++# define NO_BUILTIN_TCAPS
+ #endif
+
+ #ifndef NO_BUILTIN_TCAPS