summaryrefslogtreecommitdiffstats
path: root/main/xmlrpc-c/xmlrpc-c-curl.patch
diff options
context:
space:
mode:
authorBartłomiej Piotrowski <b@bpiotrowski.pl>2012-07-09 09:47:32 +0200
committerBartłomiej Piotrowski <b@bpiotrowski.pl>2012-07-09 09:47:32 +0200
commitab0b0d02245a80ba407b3825e390afaefa2c9e82 (patch)
tree99851a8b3783661e68e1fadc71cc196a251e7de8 /main/xmlrpc-c/xmlrpc-c-curl.patch
parent5ccdc422ed45059a3afc57f00e52f6c863500310 (diff)
downloadaports-ab0b0d02245a80ba407b3825e390afaefa2c9e82.tar.bz2
aports-ab0b0d02245a80ba407b3825e390afaefa2c9e82.tar.xz
main/xmlrpc-c: moved from testing
Diffstat (limited to 'main/xmlrpc-c/xmlrpc-c-curl.patch')
-rw-r--r--main/xmlrpc-c/xmlrpc-c-curl.patch36
1 files changed, 36 insertions, 0 deletions
diff --git a/main/xmlrpc-c/xmlrpc-c-curl.patch b/main/xmlrpc-c/xmlrpc-c-curl.patch
new file mode 100644
index 000000000..bfc114577
--- /dev/null
+++ b/main/xmlrpc-c/xmlrpc-c-curl.patch
@@ -0,0 +1,36 @@
+diff --git a/lib/curl_transport/curlmulti.c b/lib/curl_transport/curlmulti.c
+index 526a4db..5503b9f 100644
+--- a/lib/curl_transport/curlmulti.c
++++ b/lib/curl_transport/curlmulti.c
+@@ -17,7 +17,6 @@
+ #endif
+
+ #include <curl/curl.h>
+-#include <curl/types.h>
+ #include <curl/easy.h>
+ #include <curl/multi.h>
+
+diff --git a/lib/curl_transport/curltransaction.c b/lib/curl_transport/curltransaction.c
+index 37ec02b..8fa4fb2 100644
+--- a/lib/curl_transport/curltransaction.c
++++ b/lib/curl_transport/curltransaction.c
+@@ -15,7 +15,6 @@
+ #include "version.h"
+
+ #include <curl/curl.h>
+-#include <curl/types.h>
+ #include <curl/easy.h>
+
+ #include "curlversion.h"
+diff --git a/lib/curl_transport/xmlrpc_curl_transport.c b/lib/curl_transport/xmlrpc_curl_transport.c
+index 526381d..9b7b530 100644
+--- a/lib/curl_transport/xmlrpc_curl_transport.c
++++ b/lib/curl_transport/xmlrpc_curl_transport.c
+@@ -83,7 +83,6 @@
+ #include "xmlrpc-c/time_int.h"
+
+ #include <curl/curl.h>
+-#include <curl/types.h>
+ #include <curl/easy.h>
+ #include <curl/multi.h>
+