summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2009-11-21 14:43:29 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2009-11-21 14:43:29 +0000
commit8657efcd2330194463b51ed2214b5b8f33641f68 (patch)
tree666bb36cb4ef588acf587ef64d6268890b51a577 /net-ftp/lftp/files
parentKeywording for amd64 (diff)
downloadgentoo-2-8657efcd2330194463b51ed2214b5b8f33641f68.tar.gz
gentoo-2-8657efcd2330194463b51ed2214b5b8f33641f68.tar.bz2
gentoo-2-8657efcd2330194463b51ed2214b5b8f33641f68.zip
Add patch to fix autoconf 2.64 regeneration, by Rafał Mużyło in bug #293958.
(Portage version: 2.2_rc51/cvs/Linux x86_64)
Diffstat (limited to 'net-ftp/lftp/files')
-rw-r--r--net-ftp/lftp/files/lftp-4.0.3+autoconf-2.64.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-ftp/lftp/files/lftp-4.0.3+autoconf-2.64.patch b/net-ftp/lftp/files/lftp-4.0.3+autoconf-2.64.patch
new file mode 100644
index 000000000000..def2b45ab4c7
--- /dev/null
+++ b/net-ftp/lftp/files/lftp-4.0.3+autoconf-2.64.patch
@@ -0,0 +1,11 @@
+--- configure.ac-old 2009-10-16 18:44:26.000000000 +0200
++++ configure.ac 2009-11-21 15:09:58.000000000 +0100
+@@ -255,7 +255,7 @@
+ AC_ARG_WITH(gnutls, AS_HELP_STRING([--without-gnutls], [don't use GNUTLS library]),
+ [with_gnutls=$withval], [with_gnutls=yes])
+ AC_ARG_WITH(openssl,
+-AS_HELP_STRING([--with-openssl[[=/path]]], [use OpenSSL [at /path]])
++AS_HELP_STRING([--with-openssl@<:@=/path@:>@], [use OpenSSL @<:@at /path@:>@])
+ AS_HELP_STRING([--without-openssl], [don't use OpenSSL (default)]),
+ [with_openssl=$withval], [with_openssl=no])
+ case "$with_openssl" in