File wvstreams-gcc43.patch of Package wvstreams
--- include/wvserialize.h 2007-11-12 17:33:01.175464000 +0100
+++ include/wvserialize.h 2007-11-12 18:01:36.917730000 +0100
@@ -348,8 +348,8 @@
* (zero) character. Serialized WvStrings are guaranteed not to contain nul
* except as the last character.
*/
-template <>
-extern WvString _wv_deserialize<WvString>(WvBuf &buf);
+//template <>
+//extern WvString _wv_deserialize<WvString>(WvBuf &buf);
/** Deserialize a WvBuf. */
--- include/uniconfkey.h
+++ include/uniconfkey.h
@@ -9,7 +9,7 @@
#include "wvstring.h"
#include "wvlinklist.h"
-
+#include <limits.h>
// The Python headers try to #define ANY as void. If we're building Python
// wrappers, get rid of that.