diff options
Diffstat (limited to 'net-ftp/lftp/files/lftp-4.0.3-autoconf-2.64.patch')
-rw-r--r-- | net-ftp/lftp/files/lftp-4.0.3-autoconf-2.64.patch | 11 |
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 0000000..def2b45 --- /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 |