summaryrefslogtreecommitdiff
path: root/textproc/coco
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>2000-01-04 00:18:56 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>2000-01-04 00:18:56 +0000
commit2d2ab2fcca1b0e572f2097c7da35d83d1ccab269 (patch)
tree1753d357386c6cc9d1caea41f5798b972755965e /textproc/coco
parentClean up the port considerably, and fix several serious bugs. There are (diff)
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>
Notes
Notes: svn path=/head/; revision=24400
Diffstat (limited to 'textproc/coco')
-rw-r--r--textproc/coco/files/patch-na14
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