Gentoo Archives: gentoo-commits

From: "Matsuu Takuto (matsuu)" <matsuu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-i18n/scim-skk/files: scim-skk-0.5.2-gcc43.patch
Date: Wed, 07 May 2008 15:29:07
Message-Id: E1JtlZn-0005Pb-Uo@stork.gentoo.org
1 matsuu 08/05/07 15:29:03
2
3 Added: scim-skk-0.5.2-gcc43.patch
4 Log:
5 Fixed build failure with gcc-4.3, the patch is from debian bug #455270.
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.1 app-i18n/scim-skk/files/scim-skk-0.5.2-gcc43.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim-skk/files/scim-skk-0.5.2-gcc43.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim-skk/files/scim-skk-0.5.2-gcc43.patch?rev=1.1&content-type=text/plain
13
14 Index: scim-skk-0.5.2-gcc43.patch
15 ===================================================================
16 --- a/src/scim_skk_imengine_setup.cpp
17 +++ b/src/scim_skk_imengine_setup.cpp
18 @@ -39,6 +39,8 @@
19 #include "scim_skk_intl.h"
20 #include "scim_skk_setup_dictionaries.h"
21
22 +#include <cstring>
23 +
24 using namespace scim;
25
26 namespace scim_skk {
27
28
29
30 --
31 gentoo-commits@l.g.o mailing list