diff options
author | taoka <taoka@FreeBSD.org> | 2000-01-04 08:18:56 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 2000-01-04 08:18:56 +0800 |
commit | 2dd560c40995be1c0699ee7a2cd89ec9775ebfae (patch) | |
tree | 68df60d75c3a5518ce54d008facc8f91a7991fe2 /textproc/coco | |
parent | 5bf5d40ebdf148c3aa772ab7eddadd050ffc37cd (diff) | |
download | freebsd-ports-gnome-2dd560c40995be1c0699ee7a2cd89ec9775ebfae.tar.gz freebsd-ports-gnome-2dd560c40995be1c0699ee7a2cd89ec9775ebfae.tar.zst freebsd-ports-gnome-2dd560c40995be1c0699ee7a2cd89ec9775ebfae.zip |
Mule scrambles the screen on the console in 4.0-CURRENT
PR: 14615
Noticed by: Kevin Street <street@iname.com>
Fixed by: Kentaro Inagaki <inagaki@tg.rim.or.jp>
Diffstat (limited to 'textproc/coco')
-rw-r--r-- | textproc/coco/files/patch-na | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/textproc/coco/files/patch-na b/textproc/coco/files/patch-na new file mode 100644 index 000000000000..91dfca0d9d12 --- /dev/null +++ b/textproc/coco/files/patch-na @@ -0,0 +1,14 @@ +--- src/s/freebsd.h.orig Sun Oct 31 15:51:09 1999 ++++ src/s/freebsd.h Sun Oct 31 15:52:57 1999 +@@ -43,7 +43,11 @@ + + #define LIBS_DEBUG + #define LIBS_SYSTEM -lutil -lcrypt -lxpg4 +-#define LIBS_TERMCAP -ltermcap ++ ++#ifdef HAVE_LIBNCURSES ++#define TERMINFO ++#define LIBS_TERMCAP -lncurses ++#endif + + #define SYSV_SYSTEM_DIR |