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, 0 insertions, 10 deletions
diff --git a/academic/sword/sword-curl-7.20.0-fix.patch b/academic/sword/sword-curl-7.20.0-fix.patch deleted file mode 100644 index c3b7ddc092..0000000000 --- a/academic/sword/sword-curl-7.20.0-fix.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- 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); - } - |