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:
Akinori Hattori
2017-07-01 21:55:43 +09:00
parent af35e392c5
commit 2bbbe087ac

View File

@@ -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);