mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
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>
This commit is contained in:
parent
1c274b738e
commit
2d2ab2fcca
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24400
14
editors/mule-common/files/patch-na
Normal file
14
editors/mule-common/files/patch-na
Normal file
@ -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
|
14
textproc/coco/files/patch-na
Normal file
14
textproc/coco/files/patch-na
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user