aboutsummaryrefslogtreecommitdiffstats
path: root/www/wsdlpull
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2007-08-12 19:38:40 +0800
committerarved <arved@FreeBSD.org>2007-08-12 19:38:40 +0800
commitb09fc596b9378f779bfb3afade57b513f1ee6fae (patch)
treebeefd3a59fdbfdc97a681f02716f759a88e45f1f /www/wsdlpull
parent0bc103414ef054ba6ee0ac2084ce7d5912658b55 (diff)
downloadfreebsd-ports-gnome-b09fc596b9378f779bfb3afade57b513f1ee6fae.tar.gz
freebsd-ports-gnome-b09fc596b9378f779bfb3afade57b513f1ee6fae.tar.zst
freebsd-ports-gnome-b09fc596b9378f779bfb3afade57b513f1ee6fae.zip
Fix build with gcc42
Diffstat (limited to 'www/wsdlpull')
-rw-r--r--www/wsdlpull/files/patch-WsdlInvoker.h11
-rw-r--r--www/wsdlpull/files/patch-XmlPullParser.h11
2 files changed, 22 insertions, 0 deletions
diff --git a/www/wsdlpull/files/patch-WsdlInvoker.h b/www/wsdlpull/files/patch-WsdlInvoker.h
new file mode 100644
index 000000000000..14335026c409
--- /dev/null
+++ b/www/wsdlpull/files/patch-WsdlInvoker.h
@@ -0,0 +1,11 @@
+--- src/wsdlparser/WsdlInvoker.h.orig 2007-08-12 13:34:25.000000000 +0200
++++ src/wsdlparser/WsdlInvoker.h 2007-08-12 13:34:42.000000000 +0200
+@@ -204,7 +204,7 @@
+ // set credentials for the service
+ void setCredentials(const std::string & user, const std::string & pass);
+ //ouput the soap message without invoking the service
+- std::string WsdlInvoker::getSoapMessage();
++ std::string getSoapMessage();
+
+ void setProxy(const std::string & host,int port=80);
+ //enable logging
diff --git a/www/wsdlpull/files/patch-XmlPullParser.h b/www/wsdlpull/files/patch-XmlPullParser.h
new file mode 100644
index 000000000000..568e0a5009e4
--- /dev/null
+++ b/www/wsdlpull/files/patch-XmlPullParser.h
@@ -0,0 +1,11 @@
+--- src/xmlpull/XmlPullParser.h.orig 2007-08-12 13:31:16.000000000 +0200
++++ src/xmlpull/XmlPullParser.h 2007-08-12 13:32:11.000000000 +0200
+@@ -110,7 +110,7 @@
+ int next ();
+ int nextToken ();
+ int nextTag ();
+- void XmlPullParser::prevTag();
++ void prevTag();
+
+ //----------------------------------------------------------------------
+ // utility methods to make XML parsing easier ...