summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2010-03-21 15:12:17 +0000
committerAlfredo Tupone <tupone@gentoo.org>2010-03-21 15:12:17 +0000
commit7a250af75447fb639a7e5c361d145df084945e74 (patch)
tree5c376de95e53ddc2d836ba605f6e2fff7c47c18c /net-misc/curl/files
parentMarking boost-1.41.0-r3 ppc64 for bug 306335 (diff)
downloadgentoo-2-7a250af75447fb639a7e5c361d145df084945e74.tar.gz
gentoo-2-7a250af75447fb639a7e5c361d145df084945e74.tar.bz2
gentoo-2-7a250af75447fb639a7e5c361d145df084945e74.zip
Fixing missing quotes in libcurl.m4
(Portage version: 2.1.7.17/cvs/Linux i686)
Diffstat (limited to 'net-misc/curl/files')
-rw-r--r--net-misc/curl/files/curl-7.20.0-libcurlm4.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-misc/curl/files/curl-7.20.0-libcurlm4.patch b/net-misc/curl/files/curl-7.20.0-libcurlm4.patch
new file mode 100644
index 000000000000..16220b87d91e
--- /dev/null
+++ b/net-misc/curl/files/curl-7.20.0-libcurlm4.patch
@@ -0,0 +1,11 @@
+--- docs/libcurl/libcurl.m4.old 2010-03-21 15:50:23.000000000 +0100
++++ docs/libcurl/libcurl.m4 2010-03-21 15:51:41.000000000 +0100
+@@ -198,7 +198,7 @@
+
+ # We don't have --protocols, so just assume that all
+ # protocols are available
+- _libcurl_protocols="HTTP FTP FILE TELNET LDAP DICT TFTP
++ _libcurl_protocols="HTTP FTP FILE TELNET LDAP DICT TFTP"
+
+ if test x$libcurl_feature_SSL = xyes ; then
+ _libcurl_protocols="$_libcurl_protocols HTTPS"