summaryrefslogtreecommitdiff
path: root/app-i18n/skkfep
diff options
context:
space:
mode:
Diffstat (limited to 'app-i18n/skkfep')
-rw-r--r--app-i18n/skkfep/files/skkfep-gentoo.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/app-i18n/skkfep/files/skkfep-gentoo.patch b/app-i18n/skkfep/files/skkfep-gentoo.patch
index c0e1e4172eb..2afe3537361 100644
--- a/app-i18n/skkfep/files/skkfep-gentoo.patch
+++ b/app-i18n/skkfep/files/skkfep-gentoo.patch
@@ -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);