From 1bb854a679ba232136fe6265954c0c741bba6c84 Mon Sep 17 00:00:00 2001 From: itojun Date: Mon, 16 Dec 2002 15:05:56 +0000 Subject: use libcurses --- editors/ex/patches/patch-aa | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) (limited to 'editors/ex/patches') diff --git a/editors/ex/patches/patch-aa b/editors/ex/patches/patch-aa index 09f3f5150df..78498bfc9f1 100644 --- a/editors/ex/patches/patch-aa +++ b/editors/ex/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.1.1.1 2002/12/16 14:59:00 itojun Exp $ +$NetBSD: patch-aa,v 1.2 2002/12/16 15:05:56 itojun Exp $ ---- Makefile- Mon Dec 16 23:53:42 2002 -+++ Makefile Mon Dec 16 23:54:20 2002 +--- Makefile.orig Mon Feb 4 10:06:32 2002 ++++ Makefile Tue Dec 17 00:03:27 2002 @@ -83,13 +83,13 @@ BINDIR = bin LIBEXECDIR = libexec @@ -18,3 +18,21 @@ $NetBSD: patch-aa,v 1.1.1.1 2002/12/16 14:59:00 itojun Exp $ # # Compiler and linker flags. +@@ -169,7 +169,7 @@ + # On System V, the terminfo library may be more accurate than the termcap + # file. To use it, link against the curses library. + # +-#TERMLIB = curses ++TERMLIB = curses + # + # You may also get terminfo access by using the ncurses library. + # +@@ -178,7 +178,7 @@ + # The preferred choice for ex on Linux and other systems that provide a good + # termcap file is the 2.11BSD termcap library included here. + # +-TERMLIB = termlib ++#TERMLIB = termlib + + # + # Since ex uses sbrk() internally, a conflict with the libc's version of -- cgit v1.2.3