mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-i18n/skkfep: fix build with >=sys-libs/glibc-2.24
Gentoo-Bug: 603026 Package-Manager: Portage-2.3.6, Repoman-2.3.1
This commit is contained in:
@@ -62,3 +62,14 @@
|
||||
|
||||
OBJS=fep.o connsh.o readwrite.o terms.o stty.o keybind.o romkan.o etc.o\
|
||||
kkconv.o keymap.o version.o
|
||||
--- a/stty.c
|
||||
+++ b/stty.c
|
||||
@@ -306,7 +306,7 @@
|
||||
{
|
||||
int cpid;
|
||||
/* #ifdef _AIX */
|
||||
-#if defined(_AIX) || defined(NECEWS) || defined(SOLARIS2)
|
||||
+#if defined(_AIX) || defined(NECEWS) || defined(SOLARIS2) || defined(LINUX)
|
||||
int statusp;
|
||||
reset_tty_without_close();
|
||||
cpid = wait(&statusp);
|
||||
|
||||
Reference in New Issue
Block a user