summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Hood <squinky86@gentoo.org>2004-04-08 20:13:22 +0000
committerJon Hood <squinky86@gentoo.org>2004-04-08 20:13:22 +0000
commit12497847f875da2657ee6df4852c77895e5b9a1e (patch)
tree576950dad1ab9e621e542726274e7ae05ed0844f /app-text/sword/files
parenttwo patches for anjuta-1.2.1 to try and fix the issue in bug 42959. they seem... (diff)
downloadgentoo-2-12497847f875da2657ee6df4852c77895e5b9a1e.tar.gz
gentoo-2-12497847f875da2657ee6df4852c77895e5b9a1e.tar.bz2
gentoo-2-12497847f875da2657ee6df4852c77895e5b9a1e.zip
edit patch to avoid ugly warnings
Diffstat (limited to 'app-text/sword/files')
-rw-r--r--app-text/sword/files/sword-1.5.7-gentoo.patch2
1 files changed, 1 insertions, 1 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
index 4b823055b90e..e95cbe735aac 100644
--- a/app-text/sword/files/sword-1.5.7-gentoo.patch
+++ b/app-text/sword/files/sword-1.5.7-gentoo.patch
@@ -6,7 +6,7 @@ diff -Naur sword-1.5.7.vanilla/src/mgr/installmgr.cpp sword-1.5.7/src/mgr/instal
/* Switch on full protocol/debug output */
- curl_easy_setopt(curl, CURLOPT_VERBOSE, TRUE);
-+ curl_easy_setopt(curl, CURLOPT_VERBOSE);
++ curl_easy_setopt(curl, CURLOPT_VERBOSE, true);
res = curl_easy_perform(curl);