Disable builtin termcap entries so that "vim" works with NetBSD's termcap
library. Patch supplied by Ingolf Koch.
This commit is contained in:
parent
1d14380ba4
commit
c4fd33ce03
2 changed files with 14 additions and 3 deletions
|
@ -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
|
||||
|
|
13
editors/vim/patches/patch-ad
Normal file
13
editors/vim/patches/patch-ad
Normal file
|
@ -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
|
Loading…
Reference in a new issue