diff options
author | tron <tron> | 1999-02-12 21:09:28 +0000 |
---|---|---|
committer | tron <tron> | 1999-02-12 21:09:28 +0000 |
commit | 98f2952aa5a0560c3aa8c11f73609749b7ad7f9d (patch) | |
tree | e96806bc24ebb5ce941450d5981fa9c0802b95f2 /editors/vim | |
parent | 4c7759ca4819d4cc313a4b79a7493e4513fcd6d4 (diff) | |
download | pkgsrc-98f2952aa5a0560c3aa8c11f73609749b7ad7f9d.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/Makefile | 4 | ||||
-rw-r--r-- | editors/vim/patches/patch-ad | 13 |
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 |