summaryrefslogtreecommitdiff
path: root/social/qxmlrpc/03_client.h_include_fix.patch
diff options
context:
space:
mode:
authorNicolás Reynolds <apoyosis@correo.inta.gob.ar>2012-09-23 20:40:52 -0300
committerNicolás Reynolds <apoyosis@correo.inta.gob.ar>2012-09-23 20:40:52 -0300
commitabdb69854da19bb519c3f6da5f0456cd7e45f7cf (patch)
tree1a7c8273e954e2270e444523b9aad64db86439be /social/qxmlrpc/03_client.h_include_fix.patch
parent5a3cd0a0fd7e2af356d44aa25f144fe9616b8239 (diff)
NitroShare
Diffstat (limited to 'social/qxmlrpc/03_client.h_include_fix.patch')
-rw-r--r--social/qxmlrpc/03_client.h_include_fix.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/social/qxmlrpc/03_client.h_include_fix.patch b/social/qxmlrpc/03_client.h_include_fix.patch
new file mode 100644
index 000000000..6f174cb95
--- /dev/null
+++ b/social/qxmlrpc/03_client.h_include_fix.patch
@@ -0,0 +1,13 @@
+Index: qxmlrpc-0.0.svn6/xmlrpc/client.h
+===================================================================
+--- qxmlrpc-0.0.svn6.orig/xmlrpc/client.h 2010-06-04 18:18:24.000000000 +0400
++++ qxmlrpc-0.0.svn6/xmlrpc/client.h 2010-06-04 18:20:21.000000000 +0400
+@@ -7,7 +7,7 @@
+ #include <qobject.h>
+ #include <QHttp>
+
+-#include "xmlrpc/variant.h"
++#include "variant.h"
+ class QAuthenticator;
+
+ namespace xmlrpc {