Subversion Repository

Parent Directory Parent Directory | Revision Log Revision Log


Revision 321 - (show annotations)
Sun Oct 4 15:02:31 2009 UTC (3 years, 7 months ago) by cjg
File size: 968 byte(s)
wvdial: added a patch for compiling with gcc 4.3.*
1 http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/wvstreams/files/wvstreams-4.4.1-gcc43.patch?rev=1.1&view=markup
2
3 diff -ur wvstreams-4.4.1.orig/include/uniconfkey.h wvstreams-4.4.1/include/uniconfkey.h
4 --- wvstreams-4.4.1.orig/include/uniconfkey.h 2007-07-19 22:22:49.000000000 +0100
5 +++ wvstreams-4.4.1/include/uniconfkey.h 2008-06-17 19:54:46.000000000 +0100
6 @@ -7,6 +7,8 @@
7 #ifndef __UNICONFKEY_H
8 #define __UNICONFKEY_H
9
10 +#include <climits>
11 +
12 #include "wvstring.h"
13 #include "wvlinklist.h"
14
15 diff -ur wvstreams-4.4.1.orig/include/wvserialize.h wvstreams-4.4.1/include/wvserialize.h
16 --- wvstreams-4.4.1.orig/include/wvserialize.h 2007-08-17 06:15:30.000000000 +0100
17 +++ wvstreams-4.4.1/include/wvserialize.h 2008-06-17 20:02:28.000000000 +0100
18 @@ -349,7 +349,7 @@
19 * except as the last character.
20 */
21 template <>
22 -extern WvString _wv_deserialize<WvString>(WvBuf &buf);
23 +WvString _wv_deserialize<WvString>(WvBuf &buf);
24
25
26 /** Deserialize a WvBuf. */