commit:     2bbbe087ac39e67cb30ac8c892aa7b83702e2fd8
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  1 12:55:43 2017 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sat Jul  1 12:55:43 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bbbe087

app-i18n/skkfep: fix build with >=sys-libs/glibc-2.24

Gentoo-Bug: 603026

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-i18n/skkfep/files/skkfep-gentoo.patch | 11 +++++++++++
 1 file changed, 11 insertions(+)

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

Reply via email to