Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-misc/tork/files: tork-0.27+gcc-4.3.patch
Date: Mon, 21 Apr 2008 15:15:41
Message-Id: E1Jnxk2-0007xc-I0@stork.gentoo.org
1 flameeyes 08/04/21 15:15:38
2
3 Added: tork-0.27+gcc-4.3.patch
4 Log:
5 Add patch to build with GCC 4.3.
6 (Portage version: 2.1.5_rc5)
7
8 Revision Changes Path
9 1.1 kde-misc/tork/files/tork-0.27+gcc-4.3.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-misc/tork/files/tork-0.27+gcc-4.3.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-misc/tork/files/tork-0.27+gcc-4.3.patch?rev=1.1&content-type=text/plain
13
14 Index: tork-0.27+gcc-4.3.patch
15 ===================================================================
16 Index: tork-0.27/src/functions.cpp
17 ===================================================================
18 --- tork-0.27.orig/src/functions.cpp
19 +++ tork-0.27/src/functions.cpp
20 @@ -29,6 +29,7 @@
21
22 #include "functions.h"
23
24 +#include <cstdlib>
25
26 namespace tk
27 {
28 Index: tork-0.27/src/hiddensrvs.ui.h
29 ===================================================================
30 --- tork-0.27.orig/src/hiddensrvs.ui.h
31 +++ tork-0.27/src/hiddensrvs.ui.h
32 @@ -29,6 +29,8 @@
33 #include <kprocio.h>
34 #include <kmessagebox.h>
35
36 +#include <cstdlib>
37 +
38 void MyHidden::init()
39 {
40
41 Index: tork-0.27/src/hidsrvwizard.ui.h
42 ===================================================================
43 --- tork-0.27.orig/src/hidsrvwizard.ui.h
44 +++ tork-0.27/src/hidsrvwizard.ui.h
45 @@ -23,6 +23,8 @@
46 #include <qtimer.h>
47 #include <kmessagebox.h>
48
49 +#include <cstdlib>
50 +
51 bool local;
52 QString thttpd;
53
54 Index: tork-0.27/src/mixminion.ui.h
55 ===================================================================
56 --- tork-0.27.orig/src/mixminion.ui.h
57 +++ tork-0.27/src/mixminion.ui.h
58 @@ -26,6 +26,8 @@
59 #include <qtimer.h>
60 #include "torkconfig.h"
61
62 +#include <cstdlib>
63 +
64 KProgressDialog* progressDialog;
65 QString output;
66
67 Index: tork-0.27/src/newfirstrunwizard.ui.h
68 ===================================================================
69 --- tork-0.27.orig/src/newfirstrunwizard.ui.h
70 +++ tork-0.27/src/newfirstrunwizard.ui.h
71 @@ -40,6 +40,8 @@
72 #include <krun.h>
73 #include <qvaluevector.h>
74
75 +#include <cstdlib>
76 +
77 #include "functions.h"
78
79 TorClient* client;
80
81
82
83 --
84 gentoo-commits@l.g.o mailing list