Gentoo Archives: gentoo-commits

From: "Steve Dibb (beandog)" <beandog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/gnomesword/files: gnomesword-gcc43.patch
Date: Thu, 26 Jun 2008 01:47:31
Message-Id: E1KBga5-0005OB-Vy@stork.gentoo.org
1 beandog 08/06/26 01:47:25
2
3 Added: gnomesword-gcc43.patch
4 Log:
5 Fix gcc 4.3 compilation, bug 226659, thanks to Marek Miller for patch; Add missing dep, bug 227145
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.25-tuxonice-r3 x86_64)
7
8 Revision Changes Path
9 1.1 app-text/gnomesword/files/gnomesword-gcc43.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gnomesword/files/gnomesword-gcc43.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gnomesword/files/gnomesword-gcc43.patch?rev=1.1&content-type=text/plain
13
14 Index: gnomesword-gcc43.patch
15 ===================================================================
16 --- src/backend/sword_main.hh.orig 2008-06-15 12:43:54.000000000 +0000
17 +++ src/backend/sword_main.hh 2008-06-15 12:44:24.000000000 +0000
18 @@ -22,7 +22,7 @@
19 #ifndef _SWORD_MAIN_HH_
20 #define _SWORD_MAIN_HH_
21
22 -
23 +#include <string>
24 #include <swmgr.h>
25 #include <swbuf.h>
26 #include <versekey.h>
27
28 --- src/main/display.hh.orig 2008-06-15 12:45:19.000000000 +0000
29 +++ src/main/display.hh 2008-06-15 12:45:59.000000000 +0000
30 @@ -25,13 +25,13 @@
31 #endif
32
33 #ifdef __cplusplus
34 +#include "backend/sword_main.hh"
35 extern "C" {
36
37 #include <gtk/gtk.h>
38 #include <swmgr.h>
39 #include <swdisp.h>
40 #include "main/global_ops.hh"
41 -#include "backend/sword_main.hh"
42 #include "gui/utilities.h"
43
44 using namespace sword;
45
46
47
48
49 --
50 gentoo-commits@l.g.o mailing list