SOURCES: wvstreams-extern.patch (NEW), wvstreams-sort.patch (NEW) - compila...
wrobell
wrobell at pld-linux.org
Tue Jan 6 14:28:55 CET 2009
Author: wrobell Date: Tue Jan 6 13:28:55 2009 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- compilation fixes for wvstream 4.5
---- Files affected:
SOURCES:
wvstreams-extern.patch (NONE -> 1.1) (NEW), wvstreams-sort.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/wvstreams-extern.patch
diff -u /dev/null SOURCES/wvstreams-extern.patch:1.1
--- /dev/null Tue Jan 6 14:28:56 2009
+++ SOURCES/wvstreams-extern.patch Tue Jan 6 14:28:49 2009
@@ -0,0 +1,11 @@
+--- wvstreams-4.5/include/wvserialize.h.orig 2008-12-27 01:46:28.000000000 +0000
++++ wvstreams-4.5/include/wvserialize.h 2008-12-27 01:46:30.000000000 +0000
+@@ -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. */
================================================================
Index: SOURCES/wvstreams-sort.patch
diff -u /dev/null SOURCES/wvstreams-sort.patch:1.1
--- /dev/null Tue Jan 6 14:28:56 2009
+++ SOURCES/wvstreams-sort.patch Tue Jan 6 14:28:49 2009
@@ -0,0 +1,11 @@
+--- wvstreams-4.5/uniconf/uniconf.cc.orig 2008-12-27 01:37:56.000000000 +0000
++++ wvstreams-4.5/uniconf/uniconf.cc 2008-12-27 01:38:05.000000000 +0000
+@@ -9,7 +9,7 @@
+ #include "uniconfgen.h"
+ #include "wvstream.h"
+ #include <assert.h>
+-
++#include <algorithm>
+
+ UniConf::UniConf(UniConfRoot *root, const UniConfKey &fullkey)
+ : xroot(root), xfullkey(fullkey)
================================================================
More information about the pld-cvs-commit
mailing list