diff options
author | Hanno Böck <hanno@gentoo.org> | 2008-08-31 11:05:10 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2008-08-31 11:05:10 +0000 |
commit | 4203f46da51a9b3c482e63a8e220d1cefc9dcb7d (patch) | |
tree | 662db120bd57440f350617e841050323e268fd30 /net-libs/wvstreams/files | |
parent | Version bump. (diff) | |
download | gentoo-2-4203f46da51a9b3c482e63a8e220d1cefc9dcb7d.tar.gz gentoo-2-4203f46da51a9b3c482e63a8e220d1cefc9dcb7d.tar.bz2 gentoo-2-4203f46da51a9b3c482e63a8e220d1cefc9dcb7d.zip |
wvstreams gcc43 fix
(Portage version: 2.2_rc8/cvs/Linux 2.6.26.3 i686)
Diffstat (limited to 'net-libs/wvstreams/files')
-rw-r--r-- | net-libs/wvstreams/files/wvstreams-4.4-gcc-4.3.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/net-libs/wvstreams/files/wvstreams-4.4-gcc-4.3.patch b/net-libs/wvstreams/files/wvstreams-4.4-gcc-4.3.patch new file mode 100644 index 000000000000..c775ad210212 --- /dev/null +++ b/net-libs/wvstreams/files/wvstreams-4.4-gcc-4.3.patch @@ -0,0 +1,23 @@ +--- wvstreams-4.4.orig/include/uniconfkey.h ++++ wvstreams-4.4/include/uniconfkey.h +@@ -9,7 +9,7 @@ + + #include "wvstring.h" + #include "wvlinklist.h" +- ++#include <climits> + + // The Python headers try to #define ANY as void. If we're building Python + // wrappers, get rid of that. +--- wvstreams-4.4.orig/include/wvserialize.h ++++ wvstreams-4.4/include/wvserialize.h +@@ -349,7 +349,7 @@ + * except as the last character. + */ + template <> +-extern WvString _wv_deserialize<WvString>(WvBuf &buf); ++WvString _wv_deserialize<WvString>(WvBuf &buf); + + + /** Deserialize a WvBuf. */ + |