diff options
author | Akinori Hattori <hattya@gentoo.org> | 2017-07-01 21:55:43 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2017-07-01 21:55:43 +0900 |
commit | 2bbbe087ac39e67cb30ac8c892aa7b83702e2fd8 (patch) | |
tree | e0f5457101633577a439283e13a01424d4c36154 /app-i18n/skkfep/files | |
parent | dev-db/tinycdb: update to EAPI 6 (diff) | |
download | gentoo-2bbbe087ac39e67cb30ac8c892aa7b83702e2fd8.tar.gz gentoo-2bbbe087ac39e67cb30ac8c892aa7b83702e2fd8.tar.bz2 gentoo-2bbbe087ac39e67cb30ac8c892aa7b83702e2fd8.zip |
app-i18n/skkfep: fix build with >=sys-libs/glibc-2.24
Gentoo-Bug: 603026
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'app-i18n/skkfep/files')
-rw-r--r-- | app-i18n/skkfep/files/skkfep-gentoo.patch | 11 |
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 c0e1e4172eb4..2afe3537361e 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); |