diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2013-11-15 17:02:41 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-15 13:46:09 -0600 |
commit | 84c7850831be3f396215c96030f891594b6924cc (patch) | |
tree | 9242544ac6f4fd2e50dff9fb01559840c1400eec /academic/sword/curl.patch | |
parent | 3a220e69502a29079b61b7caa64a64953c43ffc5 (diff) | |
download | slackbuilds-84c7850831be3f396215c96030f891594b6924cc.tar.gz |
academic/sword: Downgraded to 1.6.2
Newer bibletime will not work with sword-1.7.0 yet, so, until then.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/sword/curl.patch')
-rw-r--r-- | academic/sword/curl.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/academic/sword/curl.patch b/academic/sword/curl.patch new file mode 100644 index 0000000000..63fd4433cf --- /dev/null +++ b/academic/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> |