diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-04-08 20:13:22 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-04-08 20:13:22 +0000 |
commit | e1cbecefa0e41a0242c12c5cf2fa4200b15b9248 (patch) | |
tree | ff301968d4f53a390819ca002439ea4433904f24 /app-text/sword | |
parent | two patches for anjuta-1.2.1 to try and fix the issue in bug 42959. they seem... (diff) | |
download | historical-e1cbecefa0e41a0242c12c5cf2fa4200b15b9248.tar.gz historical-e1cbecefa0e41a0242c12c5cf2fa4200b15b9248.tar.bz2 historical-e1cbecefa0e41a0242c12c5cf2fa4200b15b9248.zip |
edit patch to avoid ugly warnings
Diffstat (limited to 'app-text/sword')
-rw-r--r-- | app-text/sword/Manifest | 2 | ||||
-rw-r--r-- | app-text/sword/files/sword-1.5.7-gentoo.patch | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-text/sword/Manifest b/app-text/sword/Manifest index 6995fe67e4c4..4a05b669c109 100644 --- a/app-text/sword/Manifest +++ b/app-text/sword/Manifest @@ -6,4 +6,4 @@ MD5 ad380c3ad43e07e96cb3f81b334994a4 metadata.xml 570 MD5 1d74f356d597b13019fc25fdfbec57af files/digest-sword-1.5.5 64 MD5 9e04e627c30e6862e7cae8a2e5b9af22 files/digest-sword-1.5.6 64 MD5 804c86a778da7cd957c88cf4640abfae files/digest-sword-1.5.7 64 -MD5 c829247bcd6f79f1b977d835356de14b files/sword-1.5.7-gentoo.patch 498 +MD5 6690d5aeb5306ece0d6e1bfb85701e00 files/sword-1.5.7-gentoo.patch 504 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); |