summaryrefslogtreecommitdiff
path: root/x11/XFree86-4-libraries
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2003-11-11 04:09:42 +0000
committerEric Anholt <anholt@FreeBSD.org>2003-11-11 04:09:42 +0000
commit573ede432fc0e68d57d1eaf1f37b129ef49436ef (patch)
tree9b149bdf853159f86f688f8e07674cd44dfe6f56 /x11/XFree86-4-libraries
parentFix symbol problem caused by recent commit. (diff)
Disable the patch from XFree86 bug 641 to copy the terminal's settings in
luit to its new pty. This code doesn't work for some reason and produces "Couldn't copy terminal settings" when luit is run manually or the symptom of an xterm -lc flashing on screen and exiting. Submitted by: Guido Berhoerster <ich@guido-berhoerster.org>
Notes
Notes: svn path=/head/; revision=93714
Diffstat (limited to 'x11/XFree86-4-libraries')
-rw-r--r--x11/XFree86-4-libraries/files/patch-luit4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/XFree86-4-libraries/files/patch-luit b/x11/XFree86-4-libraries/files/patch-luit
index 2962f4e7a711..a86b255f889c 100644
--- a/x11/XFree86-4-libraries/files/patch-luit
+++ b/x11/XFree86-4-libraries/files/patch-luit
@@ -43,10 +43,10 @@ diff -u -u -r1.10 -r1.11
#endif
installHandler(SIGCHLD, sigchldHandler);
-+ rc = copyTermios(0, pty);
++ /*rc = copyTermios(0, pty);
+ if(rc < 0)
+ FatalError("Couldn't copy terminal settings\n");
-+
++ */ /* Disabled, appears to break luit. */
rc = setRawTermios();
if(rc < 0)
FatalError("Couldn't set terminal to raw\n");