From 2d2ab2fcca1b0e572f2097c7da35d83d1ccab269 Mon Sep 17 00:00:00 2001 From: Satoshi Taoka Date: Tue, 4 Jan 2000 00:18:56 +0000 Subject: [PATCH] Mule scrambles the screen on the console in 4.0-CURRENT PR: 14615 Noticed by: Kevin Street Fixed by: Kentaro Inagaki --- editors/mule-common/files/patch-na | 14 ++++++++++++++ textproc/coco/files/patch-na | 14 ++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 editors/mule-common/files/patch-na create mode 100644 textproc/coco/files/patch-na diff --git a/editors/mule-common/files/patch-na b/editors/mule-common/files/patch-na new file mode 100644 index 000000000000..91dfca0d9d12 --- /dev/null +++ b/editors/mule-common/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 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