Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/recode/files: recode-3.6-gcc43.patch
Date: Sun, 20 Apr 2008 08:33:03
Message-Id: E1JnUyq-0001Um-C3@stork.gentoo.org
1 vapier 08/04/20 08:33:00
2
3 Added: recode-3.6-gcc43.patch
4 Log:
5 Fix building with gcc-4.3 #209036.
6 (Portage version: 2.2_pre5)
7
8 Revision Changes Path
9 1.1 app-text/recode/files/recode-3.6-gcc43.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/recode/files/recode-3.6-gcc43.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/recode/files/recode-3.6-gcc43.patch?rev=1.1&content-type=text/plain
13
14 Index: recode-3.6-gcc43.patch
15 ===================================================================
16 http://bugs.gentoo.org/209036
17
18 fix building with gcc-4.3
19
20 --- src/recodext.h 2008-04-03 18:35:42 +0000
21 +++ src/recodext.h 2008-04-03 18:36:32 +0000
22 @@ -215,10 +215,10 @@
23 struct recode_single *unsurfacer;
24
25 /* Non zero if this is an acceptable charset (not only a surface). */
26 - enum recode_symbol_type type : 3;
27 + enum recode_symbol_type type : 2;
28
29 /* Non zero if this one should be ignored. */
30 - bool ignore : 2;
31 + bool ignore : 1;
32 };
33
34 struct recode_surface_list
35
36
37
38
39 --
40 gentoo-commits@l.g.o mailing list