Gentoo Archives: gentoo-commits

From: Akinori Hattori <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/skkfep/files/
Date: Sat, 01 Jul 2017 12:56:11
Message-Id: 1498913743.2bbbe087ac39e67cb30ac8c892aa7b83702e2fd8.hattya@gentoo
1 commit: 2bbbe087ac39e67cb30ac8c892aa7b83702e2fd8
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 1 12:55:43 2017 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 1 12:55:43 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bbbe087
7
8 app-i18n/skkfep: fix build with >=sys-libs/glibc-2.24
9
10 Gentoo-Bug: 603026
11
12 Package-Manager: Portage-2.3.6, Repoman-2.3.1
13
14 app-i18n/skkfep/files/skkfep-gentoo.patch | 11 +++++++++++
15 1 file changed, 11 insertions(+)
16
17 diff --git a/app-i18n/skkfep/files/skkfep-gentoo.patch b/app-i18n/skkfep/files/skkfep-gentoo.patch
18 index c0e1e4172eb..2afe3537361 100644
19 --- a/app-i18n/skkfep/files/skkfep-gentoo.patch
20 +++ b/app-i18n/skkfep/files/skkfep-gentoo.patch
21 @@ -62,3 +62,14 @@
22
23 OBJS=fep.o connsh.o readwrite.o terms.o stty.o keybind.o romkan.o etc.o\
24 kkconv.o keymap.o version.o
25 +--- a/stty.c
26 ++++ b/stty.c
27 +@@ -306,7 +306,7 @@
28 + {
29 + int cpid;
30 + /* #ifdef _AIX */
31 +-#if defined(_AIX) || defined(NECEWS) || defined(SOLARIS2)
32 ++#if defined(_AIX) || defined(NECEWS) || defined(SOLARIS2) || defined(LINUX)
33 + int statusp;
34 + reset_tty_without_close();
35 + cpid = wait(&statusp);