Gentoo Archives: gentoo-commits

From: "Naohiro Aota (naota)" <naota@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-i18n/scim-hangul/files: scim-hangul-0.3.2+gcc-4.7.patch
Date: Sat, 30 Jun 2012 13:53:58
Message-Id: 20120630135334.03BEC2004B@flycatcher.gentoo.org
1 naota 12/06/30 13:53:34
2
3 Added: scim-hangul-0.3.2+gcc-4.7.patch
4 Log:
5 Add patch to include unistd.h #423943
6
7 (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 app-i18n/scim-hangul/files/scim-hangul-0.3.2+gcc-4.7.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/scim-hangul/files/scim-hangul-0.3.2+gcc-4.7.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/scim-hangul/files/scim-hangul-0.3.2+gcc-4.7.patch?rev=1.1&content-type=text/plain
14
15 Index: scim-hangul-0.3.2+gcc-4.7.patch
16 ===================================================================
17 diff --git a/src/scim_hangul_imengine.cpp b/src/scim_hangul_imengine.cpp
18 index 7d70654..d678902 100644
19 --- a/src/scim_hangul_imengine.cpp
20 +++ b/src/scim_hangul_imengine.cpp
21 @@ -30,6 +30,7 @@
22 #define Uses_SCIM_CONFIG_BASE
23
24 #include <cstring>
25 +#include <unistd.h>
26 #ifdef HAVE_CONFIG_H
27 #include <config.h>
28 #endif