aboutsummaryrefslogtreecommitdiff
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
parentea97079060e9a6c8095577fa8dba741af7d2b3df (diff)
downloadports-573ede432fc0e68d57d1eaf1f37b129ef49436ef.tar.gz
ports-573ede432fc0e68d57d1eaf1f37b129ef49436ef.zip
Notes
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");