summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Hood <squinky86@gentoo.org>2004-04-08 20:01:48 +0000
committerJon Hood <squinky86@gentoo.org>2004-04-08 20:01:48 +0000
commit94f3e37cec9b49c88fbca65823aeb316c3faad33 (patch)
tree71c5d8ba0643d952164ebaccb27c2cde8bf4966c /app-text/sword/files
parentFix for bug #44559 (diff)
downloadhistorical-94f3e37cec9b49c88fbca65823aeb316c3faad33.tar.gz
historical-94f3e37cec9b49c88fbca65823aeb316c3faad33.tar.bz2
historical-94f3e37cec9b49c88fbca65823aeb316c3faad33.zip
fix bug #47088 and change metadata.xml
Diffstat (limited to 'app-text/sword/files')
-rw-r--r--app-text/sword/files/sword-1.5.7-gentoo.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/app-text/sword/files/sword-1.5.7-gentoo.patch b/app-text/sword/files/sword-1.5.7-gentoo.patch
new file mode 100644
index 000000000000..4b823055b90e
--- /dev/null
+++ b/app-text/sword/files/sword-1.5.7-gentoo.patch
@@ -0,0 +1,12 @@
+diff -Naur sword-1.5.7.vanilla/src/mgr/installmgr.cpp sword-1.5.7/src/mgr/installmgr.cpp
+--- sword-1.5.7.vanilla/src/mgr/installmgr.cpp 2003-11-25 13:11:13.000000000 -0600
++++ sword-1.5.7/src/mgr/installmgr.cpp 2004-04-08 15:51:34.933586760 -0500
+@@ -150,7 +150,7 @@
+ curl_easy_setopt(curl, CURLOPT_FILE, &ftpfile);
+
+ /* Switch on full protocol/debug output */
+- curl_easy_setopt(curl, CURLOPT_VERBOSE, TRUE);
++ curl_easy_setopt(curl, CURLOPT_VERBOSE);
+
+ res = curl_easy_perform(curl);
+