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/x-unikey/files: x-unikey-1.0.4-gcc43.patch x-unikey-1.0.4-gentoo.patch
Date: Wed, 31 Dec 2008 14:28:44
Message-Id: E1LI23u-0008VP-SE@stork.gentoo.org
1 matsuu 08/12/31 14:28:42
2
3 Added: x-unikey-1.0.4-gcc43.patch
4 x-unikey-1.0.4-gentoo.patch
5 Log:
6 Added ~amd64. Fixed gcc-4.3 issue, bug #250682. Clean up.
7 (Portage version: 2.1.6.4/cvs/Linux 2.6.28-gentoo x86_64)
8
9 Revision Changes Path
10 1.1 app-i18n/x-unikey/files/x-unikey-1.0.4-gcc43.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/x-unikey/files/x-unikey-1.0.4-gcc43.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/x-unikey/files/x-unikey-1.0.4-gcc43.patch?rev=1.1&content-type=text/plain
14
15 Index: x-unikey-1.0.4-gcc43.patch
16 ===================================================================
17 diff -Naur x-unikey-1.0.4.orig/src/ukengine/usrkeymap.cpp x-unikey-1.0.4/src/ukengine/usrkeymap.cpp
18 --- x-unikey-1.0.4.orig/src/ukengine/usrkeymap.cpp 2008-12-18 00:39:38.000000000 +0900
19 +++ x-unikey-1.0.4/src/ukengine/usrkeymap.cpp 2008-12-18 00:38:56.000000000 +0900
20 @@ -23,6 +23,8 @@
21
22 #include "stdafx.h"
23 #include <iostream>
24 +#include <cstring>
25 +
26 using namespace std;
27
28 #include <ctype.h>
29
30
31
32 1.1 app-i18n/x-unikey/files/x-unikey-1.0.4-gentoo.patch
33
34 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/x-unikey/files/x-unikey-1.0.4-gentoo.patch?rev=1.1&view=markup
35 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/x-unikey/files/x-unikey-1.0.4-gentoo.patch?rev=1.1&content-type=text/plain
36
37 Index: x-unikey-1.0.4-gentoo.patch
38 ===================================================================
39 --- x-unikey-1.0.4.orig/src/unikey-gtk/Makefile.am 2005-10-16 12:39:15.000000000 +0900
40 +++ x-unikey-1.0.4/src/unikey-gtk/Makefile.am 2008-12-18 00:48:37.000000000 +0900
41 @@ -34,7 +34,7 @@
42
43 install-data-hook:
44 gtk-query-immodules-2.0 \
45 - > @gtk_sysconfdir@/gtk.immodules
46 + > $(DESTDIR)@gtk_sysconfdir@/gtk.immodules
47
48 ## $(moduledir)/im-vn.la \
49 ## @GTK_PREFIX@/lib/gtk-2.0/@GTK_VERSION@/immodules/*.la \
50 @@ -42,7 +42,7 @@
51
52 uninstall-hook:
53 gtk-query-immodules-2.0 > \
54 - @gtk_sysconfdir@/gtk.immodules
55 + $(DESTDIR)@gtk_sysconfdir@/gtk.immodules
56 ## @GTK_PREFIX@/lib/gtk-2.0/@GTK_VERSION@/immodules/*.la \