Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/omnievents/files: omnievents-2.6.2-gcc43.patch
Date: Tue, 22 Apr 2008 19:53:59
Message-Id: E1JoOYu-0002pO-GZ@stork.gentoo.org
1 drac 08/04/22 19:53:56
2
3 Added: omnievents-2.6.2-gcc43.patch
4 Log:
5 Fix building with GCC 4.3 wrt #218934, thanks to Peter Alfredsen.
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.1 net-misc/omnievents/files/omnievents-2.6.2-gcc43.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/omnievents/files/omnievents-2.6.2-gcc43.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/omnievents/files/omnievents-2.6.2-gcc43.patch?rev=1.1&content-type=text/plain
13
14 Index: omnievents-2.6.2-gcc43.patch
15 ===================================================================
16 --- omnievents-2.6.2.orig/src/PersistNode.cc
17 +++ omnievents-2.6.2/src/PersistNode.cc
18 @@ -25,6 +25,7 @@
19
20 #include <stdlib.h>
21 #include <stdio.h>
22 +#include <climits>
23
24 namespace OmniEvents {
25
26 --- omnievents-2.6.2.orig/src/Servant.cc
27 +++ omnievents-2.6.2/src/Servant.cc
28 @@ -35,6 +35,7 @@
29 #endif
30
31 #include <stdio.h> // sprintf
32 +#include <cstdlib>
33 #include <assert.h>
34
35 #ifdef HAVE_IOSTREAM
36 --- omnievents-2.6.2.orig/src/main.cc
37 +++ omnievents-2.6.2/src/main.cc
38 @@ -60,6 +60,7 @@
39 # include <omniORB4/internal/orbOptions.h>
40 #endif
41
42 +#include <cstdlib>
43 #include <stdio.h> // for sprintf
44
45 int main(int argc, char** argv)
46
47
48
49
50 --
51 gentoo-commits@l.g.o mailing list