]> git.pld-linux.org Git - packages/wvstreams.git/commitdiff
- kill extra qualifiers, needed to build using gcc4
authorsparky <sparky@pld-linux.org>
Wed, 18 Jan 2006 20:24:30 +0000 (20:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    wvstreams-gcc4.patch -> 1.1

wvstreams-gcc4.patch [new file with mode: 0644]

diff --git a/wvstreams-gcc4.patch b/wvstreams-gcc4.patch
new file mode 100644 (file)
index 0000000..d26d77f
--- /dev/null
@@ -0,0 +1,24 @@
+diff -ur wvstreams-4.0.2/include/unilistgen.h wvstreams-4.0.2.gcc4/include/unilistgen.h
+--- wvstreams-4.0.2/include/unilistgen.h       2005-03-24 03:01:23.000000000 +0100
++++ wvstreams-4.0.2.gcc4/include/unilistgen.h  2006-01-18 21:22:04.000000000 +0100
+@@ -31,7 +31,7 @@
+ {
+ public:
+     UniListGen(UniConfGenList *_l);
+-    virtual UniListGen::~UniListGen() { delete l; }
++    virtual ~UniListGen() { delete l; }
+     UniConfGenList *l;
+     UniConfGenList::Iter i;
+diff -ur wvstreams-4.0.2/include/wvhttppool.h wvstreams-4.0.2.gcc4/include/wvhttppool.h
+--- wvstreams-4.0.2/include/wvhttppool.h       2005-03-24 03:01:23.000000000 +0100
++++ wvstreams-4.0.2.gcc4/include/wvhttppool.h  2006-01-18 21:22:20.000000000 +0100
+@@ -57,7 +57,7 @@
+     WvString linkname;
+     WvUrl url;
+-    WvUrlLink::WvUrlLink(WvStringParm _linkname, WvStringParm _url)
++    WvUrlLink(WvStringParm _linkname, WvStringParm _url)
+       : linkname(_linkname), url(_url)
+     {}
+ };
This page took 0.053594 seconds and 4 git commands to generate.