diff options
Diffstat (limited to 'app-text/sword/files/sword-installmgr-gentoo.patch')
-rw-r--r-- | app-text/sword/files/sword-installmgr-gentoo.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app-text/sword/files/sword-installmgr-gentoo.patch b/app-text/sword/files/sword-installmgr-gentoo.patch new file mode 100644 index 000000000000..90d664dcdbbf --- /dev/null +++ b/app-text/sword/files/sword-installmgr-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 +--- src/mgr/installmgr.cpp 2003-11-25 13:11:13.000000000 -0600 ++++ 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, true); + + res = curl_easy_perform(curl); + |