diff options
Diffstat (limited to 'academic/sword/sword-curl-7.20.0-fix.patch')
-rw-r--r-- | academic/sword/sword-curl-7.20.0-fix.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/academic/sword/sword-curl-7.20.0-fix.patch b/academic/sword/sword-curl-7.20.0-fix.patch new file mode 100644 index 0000000000..c3b7ddc092 --- /dev/null +++ b/academic/sword/sword-curl-7.20.0-fix.patch @@ -0,0 +1,10 @@ +--- src/mgr/curlftpt.cpp 2009-12-04 03:54:06.000000000 -0500 ++++ src/mgr/curlftpt.cpp.new 2010-03-20 12:41:50.449544991 -0400 +@@ -124,6 +124,7 @@ + + + CURLFTPTransport::~CURLFTPTransport() { ++ curl_easy_setopt(session, CURLOPT_PROGRESSDATA, (void*)NULL); + curl_easy_cleanup(session); + } + |