Gentoo Archives: gentoo-commits

From: "Hanno Boeck (hanno)" <hanno@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/wvstreams/files: wvstreams-4.4-gcc-4.3.patch
Date: Sun, 31 Aug 2008 11:05:14
Message-Id: E1KZkk3-00041q-Sb@stork.gentoo.org
1 hanno 08/08/31 11:05:11
2
3 Added: wvstreams-4.4-gcc-4.3.patch
4 Log:
5 wvstreams gcc43 fix
6 (Portage version: 2.2_rc8/cvs/Linux 2.6.26.3 i686)
7
8 Revision Changes Path
9 1.1 net-libs/wvstreams/files/wvstreams-4.4-gcc-4.3.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/wvstreams/files/wvstreams-4.4-gcc-4.3.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/wvstreams/files/wvstreams-4.4-gcc-4.3.patch?rev=1.1&content-type=text/plain
13
14 Index: wvstreams-4.4-gcc-4.3.patch
15 ===================================================================
16 --- wvstreams-4.4.orig/include/uniconfkey.h
17 +++ wvstreams-4.4/include/uniconfkey.h
18 @@ -9,7 +9,7 @@
19
20 #include "wvstring.h"
21 #include "wvlinklist.h"
22 -
23 +#include <climits>
24
25 // The Python headers try to #define ANY as void. If we're building Python
26 // wrappers, get rid of that.
27 --- wvstreams-4.4.orig/include/wvserialize.h
28 +++ wvstreams-4.4/include/wvserialize.h
29 @@ -349,7 +349,7 @@
30 * except as the last character.
31 */
32 template <>
33 -extern WvString _wv_deserialize<WvString>(WvBuf &buf);
34 +WvString _wv_deserialize<WvString>(WvBuf &buf);
35
36
37 /** Deserialize a WvBuf. */