Package: latd
Severity: important
Version: 1.25
Tags: patch


Hi,

the current version fails to build on GNU/kFreeBSD.

It needs small tweak, see bellow.

It would also be nice if you can ask upstream
to include this changes.


Thanks in advance

                        Petr



--- llogin.cc~  2006-12-19 15:43:57.000000000 +0100
+++ llogin.cc   2006-12-19 15:43:57.000000000 +0100
@@ -389,7 +389,9 @@
     new_term.c_iflag &= ~BRKINT;
     new_term.c_iflag |= IGNBRK;
     new_term.c_lflag &= ~ISIG;
+#ifdef OCRNL
     new_term.c_oflag &= ~OCRNL;
+#endif
     new_term.c_oflag &= ~ONLCR;
     new_term.c_cc[VMIN] = 1;
     new_term.c_cc[VTIME] = 0;



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to