[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#537857: lprng: FTBFS on GNU/kFreeBSD



Package: lprng
Severity: important
Version: 3.8.A-2.1
Tags: patch
User: glibc-bsd-devel@lists.alioth.debian.org
Usertags: kfreebsd

Hi,

the current version fails to build on GNU/kFreeBSD.

It needs a small tweak, see bellow.

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

Thanks in advance

                        Petr

--- src/common/stty.c
+++ src/common/stty.c
@@ -758,8 +758,12 @@
 #endif
 #ifdef TABDLY
        {"TAB0", TAB0, TABDLY},
+#ifdef TAB1
        {"TAB1", TAB1, TABDLY},
+#endif
+#ifdef TAB2
        {"TAB2", TAB2, TABDLY},
+#endif
        {"TAB3", TAB3, TABDLY},
 #endif
 #ifdef BSDLY





Reply to: