diff options
author | itojun <itojun@pkgsrc.org> | 2002-12-16 15:05:56 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2002-12-16 15:05:56 +0000 |
commit | 1bb854a679ba232136fe6265954c0c741bba6c84 (patch) | |
tree | 6b9a36960520b03e013fe0304b11c6e6c6836f62 /editors/ex/patches | |
parent | 12cebfe155136d189cdd2bb9c0e6b608652bb173 (diff) | |
download | pkgsrc-1bb854a679ba232136fe6265954c0c741bba6c84.tar.gz |
use libcurses
Diffstat (limited to 'editors/ex/patches')
-rw-r--r-- | editors/ex/patches/patch-aa | 24 |
1 files changed, 21 insertions, 3 deletions
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 |