diff options
author | lx <lx@FreeBSD.org> | 2010-09-22 04:56:14 +0800 |
---|---|---|
committer | lx <lx@FreeBSD.org> | 2010-09-22 04:56:14 +0800 |
commit | e99d3bb0b1a5408f12b3028bac75ccd40f1b88a4 (patch) | |
tree | 70918256d2c85f54aa52d99b304a532f22047978 /editors | |
parent | 9ca29fa73be7c1f2afde8548daf2d5954b213b36 (diff) | |
download | freebsd-ports-gnome-e99d3bb0b1a5408f12b3028bac75ccd40f1b88a4.tar.gz freebsd-ports-gnome-e99d3bb0b1a5408f12b3028bac75ccd40f1b88a4.tar.zst freebsd-ports-gnome-e99d3bb0b1a5408f12b3028bac75ccd40f1b88a4.zip |
Update to use ncurses instead of termlib.
PR: ports/150695
Submitted by: swell.k@gmail.com
Diffstat (limited to 'editors')
-rw-r--r-- | editors/2bsd-vi/files/patch-Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/editors/2bsd-vi/files/patch-Makefile b/editors/2bsd-vi/files/patch-Makefile index 9afe99556b71..9fe5ef2fbc92 100644 --- a/editors/2bsd-vi/files/patch-Makefile +++ b/editors/2bsd-vi/files/patch-Makefile @@ -21,6 +21,22 @@ # # Compiler and linker flags. +@@ -205,13 +204,13 @@ OSTYPE = -DVMUNIX + # + # You may also get terminfo access by using the ncurses library. + # +-#TERMLIB = ncurses ++TERMLIB = ncurses + # + # The preferred choice for ex on Linux distributions, other systems that + # provide a good termcap file, or when setting the TERMCAP environment + # variable is deemed sufficient, is the included 2.11BSD termcap library. + # +-TERMLIB = termlib ++#TERMLIB = termlib + + # + # Since ex uses sbrk() internally, a conflict with the libc's version of @@ -292,13 +291,6 @@ # install in standard place |