File kterm-6.2.0-glibc.pje.patch of Package kterm
--- main.c.glibc Tue Sep 29 13:27:43 1998 +++ main.c Tue Sep 29 13:30:36 1998 @@ -133,7 +133,7 @@ #endif #ifdef linux -#define USE_SYSV_TERMIO +#define USE_TERMIOS #define USE_SYSV_PGRP #define USE_SYSV_UTMP #define USE_SYSV_SIGNALS @@ -160,7 +160,7 @@ #endif /* SYSV */ #endif /* USE_TERMIOS else */ -#ifdef SVR4 +#if defined(SVR4) || (defined(__linux__) && defined(__alpha__)) #undef TIOCSLTC /* defined, but not useable */ #endif