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-pinyin/files: scim-pinyin-0.5.91-gcc43.patch
Date: Sat, 21 Jun 2008 04:41:50
Message-Id: E1K9uv3-0001jm-DM@stork.gentoo.org
1 matsuu 08/06/21 04:41:45
2
3 Added: scim-pinyin-0.5.91-gcc43.patch
4 Log:
5 Fixed to work with gcc-4.3*, bug #227689.
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.1 app-i18n/scim-pinyin/files/scim-pinyin-0.5.91-gcc43.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim-pinyin/files/scim-pinyin-0.5.91-gcc43.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim-pinyin/files/scim-pinyin-0.5.91-gcc43.patch?rev=1.1&content-type=text/plain
13
14 Index: scim-pinyin-0.5.91-gcc43.patch
15 ===================================================================
16 diff -Naur scim-pinyin-0.5.91.orig/src/scim_phrase.cpp scim-pinyin-0.5.91/src/scim_phrase.cpp
17 --- scim-pinyin-0.5.91.orig/src/scim_phrase.cpp 2005-01-06 22:30:58.000000000 +0900
18 +++ scim-pinyin-0.5.91/src/scim_phrase.cpp 2008-06-21 13:16:32.000000000 +0900
19 @@ -27,6 +27,7 @@
20
21 #define SCIM_PHRASE_MAX_RELATION 1000
22
23 +#include <cstring>
24 #include <scim.h>
25 #include "scim_pinyin_private.h"
26 #include "scim_phrase.h"
27 diff -Naur scim-pinyin-0.5.91.orig/src/scim_pinyin.cpp scim-pinyin-0.5.91/src/scim_pinyin.cpp
28 --- scim-pinyin-0.5.91.orig/src/scim_pinyin.cpp 2005-08-08 15:11:16.000000000 +0900
29 +++ scim-pinyin-0.5.91/src/scim_pinyin.cpp 2008-06-21 13:16:30.000000000 +0900
30 @@ -28,6 +28,7 @@
31 #define Uses_SCIM_CONFIG_PATH
32 #define Uses_SCIM_LOOKUP_TABLE
33
34 +#include <cstring>
35 #include <scim.h>
36 #include "scim_pinyin.h"
37
38 diff -Naur scim-pinyin-0.5.91.orig/src/scim_pinyin_phrase.cpp scim-pinyin-0.5.91/src/scim_pinyin_phrase.cpp
39 --- scim-pinyin-0.5.91.orig/src/scim_pinyin_phrase.cpp 2005-08-06 21:06:49.000000000 +0900
40 +++ scim-pinyin-0.5.91/src/scim_pinyin_phrase.cpp 2008-06-21 13:21:13.000000000 +0900
41 @@ -26,6 +26,7 @@
42 #define Uses_SCIM_CONFIG_PATH
43 #define Uses_SCIM_LOOKUP_TABLE
44
45 +#include <cstring>
46 #include <scim.h>
47 #include "scim_pinyin_private.h"
48 #include "scim_phrase.h"
49 diff -Naur scim-pinyin-0.5.91.orig/src/scim_special_table.cpp scim-pinyin-0.5.91/src/scim_special_table.cpp
50 --- scim-pinyin-0.5.91.orig/src/scim_special_table.cpp 2005-01-06 22:31:02.000000000 +0900
51 +++ scim-pinyin-0.5.91/src/scim_special_table.cpp 2008-06-21 13:25:25.000000000 +0900
52 @@ -20,6 +20,7 @@
53 #define Uses_STL_IOMANIP
54 #define Uscs_C_STRING
55
56 +#include <cstring>
57 #include <time.h>
58 #include <scim.h>
59 #include "scim_pinyin_private.h"
60
61
62
63 --
64 gentoo-commits@l.g.o mailing list