From 64943682723cee8f39b0c4efd2706398e26d7314 Mon Sep 17 00:00:00 2001 From: tron Date: Fri, 12 Feb 1999 21:09:28 +0000 Subject: Disable builtin termcap entries so that "vim" works with NetBSD's termcap library. Patch supplied by Ingolf Koch. --- editors/vim/Makefile | 4 +--- editors/vim/patches/patch-ad | 13 +++++++++++++ 2 files changed, 14 insertions(+), 3 deletions(-) create mode 100644 editors/vim/patches/patch-ad 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 -- cgit v1.2.3