diff options
author | taoka <taoka@FreeBSD.org> | 1999-04-05 09:38:02 +0000 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 1999-04-05 09:38:02 +0000 |
commit | 41869ff3fb54e444b026e65d1a0945779113580d (patch) | |
tree | a811b563ec6e0f46cea082fc4f243a311ba4f166 | |
parent | 3f2bdd56836ac263bbda8d2017cdfe90dfa6e4bf (diff) | |
download | FreeBSD-ports-41869ff3fb54e444b026e65d1a0945779113580d.zip FreeBSD-ports-41869ff3fb54e444b026e65d1a0945779113580d.tar.gz |
XIM does not work very well. So X_I18N_INHIBITED is set.
Noticed by: MANTANI Nobutaka <nobutaka@nobutaka.com>
-rw-r--r-- | editors/mule-common/files/patch-mc | 11 | ||||
-rw-r--r-- | textproc/coco/files/patch-mc | 11 |
2 files changed, 18 insertions, 4 deletions
diff --git a/editors/mule-common/files/patch-mc b/editors/mule-common/files/patch-mc index 947c2fb..3ed24fa 100644 --- a/editors/mule-common/files/patch-mc +++ b/editors/mule-common/files/patch-mc @@ -1,5 +1,5 @@ ---- src/s.emacs/freebsd.h Tue Sep 29 11:35:32 1998 -+++ src/s/freebsd.h Tue Sep 29 11:42:53 1998 +--- src/s/freebsd.h.orig Mon Apr 5 18:00:36 1999 ++++ src/s/freebsd.h Mon Apr 5 17:57:30 1999 @@ -42,7 +42,7 @@ #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base) @@ -9,3 +9,10 @@ #define LIBS_TERMCAP -ltermcap #define SYSV_SYSTEM_DIR +@@ -131,3 +131,6 @@ + It is already a controlling terminal of subprocess, because we did + ioctl TIOCSCTTY. */ + #define DONT_REOPEN_PTY ++ ++/* XIM does not work very well, so the next is set (by taoka@FreeBSD.org) */ ++#define X_I18N_INHIBITED diff --git a/textproc/coco/files/patch-mc b/textproc/coco/files/patch-mc index 947c2fb..3ed24fa 100644 --- a/textproc/coco/files/patch-mc +++ b/textproc/coco/files/patch-mc @@ -1,5 +1,5 @@ ---- src/s.emacs/freebsd.h Tue Sep 29 11:35:32 1998 -+++ src/s/freebsd.h Tue Sep 29 11:42:53 1998 +--- src/s/freebsd.h.orig Mon Apr 5 18:00:36 1999 ++++ src/s/freebsd.h Mon Apr 5 17:57:30 1999 @@ -42,7 +42,7 @@ #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base) @@ -9,3 +9,10 @@ #define LIBS_TERMCAP -ltermcap #define SYSV_SYSTEM_DIR +@@ -131,3 +131,6 @@ + It is already a controlling terminal of subprocess, because we did + ioctl TIOCSCTTY. */ + #define DONT_REOPEN_PTY ++ ++/* XIM does not work very well, so the next is set (by taoka@FreeBSD.org) */ ++#define X_I18N_INHIBITED |