summaryrefslogtreecommitdiff
path: root/pcr/sword/curl.patch
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-06-25 01:24:59 -0700
committerroot <root@rshg054.dnsready.net>2013-06-25 01:24:59 -0700
commitf566ab403132b1bb3eb3a5b2e604c117bc0630c7 (patch)
tree527a5315be2c0b6515eea617502792cde6757792 /pcr/sword/curl.patch
parentfad7e04efd4045c478db2e849bb8d457b82cdada (diff)
Tue Jun 25 01:24:57 PDT 2013
Diffstat (limited to 'pcr/sword/curl.patch')
-rw-r--r--pcr/sword/curl.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/pcr/sword/curl.patch b/pcr/sword/curl.patch
new file mode 100644
index 000000000..63fd4433c
--- /dev/null
+++ b/pcr/sword/curl.patch
@@ -0,0 +1,22 @@
+diff -Naur sword-1.6.2.orig/src/mgr/curlftpt.cpp sword-1.6.2.new/src/mgr/curlftpt.cpp
+--- sword-1.6.2.orig/src/mgr/curlftpt.cpp 2011-07-27 00:41:40.000000000 +0200
++++ sword-1.6.2.new/src/mgr/curlftpt.cpp 2011-07-27 00:42:05.000000000 +0200
+@@ -26,7 +26,6 @@
+ #include <fcntl.h>
+
+ #include <curl/curl.h>
+-#include <curl/types.h>
+ #include <curl/easy.h>
+
+ #include <swlog.h>
+diff -Naur sword-1.6.2.orig/src/mgr/curlhttpt.cpp sword-1.6.2.new/src/mgr/curlhttpt.cpp
+--- sword-1.6.2.orig/src/mgr/curlhttpt.cpp 2011-07-27 00:41:40.000000000 +0200
++++ sword-1.6.2.new/src/mgr/curlhttpt.cpp 2011-07-27 00:42:45.000000000 +0200
+@@ -25,7 +25,6 @@
+ #include <cctype>
+
+ #include <curl/curl.h>
+-#include <curl/types.h>
+ #include <curl/easy.h>
+
+ #include <swlog.h>