summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2013-01-29 17:18:40 +0000
committerJeroen Roovers <jer@gentoo.org>2013-01-29 17:18:40 +0000
commitd4056fc3d3173540bb0f0a4a6d59156664fb99d7 (patch)
treef409b67f2ff8aa12b964c5e2b571ca722d7e5388 /net-ftp/lftp/files/lftp-4.0.3-autoconf-2.64.patch
parentremove old and remove keyword that shouldn't stay here (diff)
downloadhistorical-d4056fc3d3173540bb0f0a4a6d59156664fb99d7.tar.gz
historical-d4056fc3d3173540bb0f0a4a6d59156664fb99d7.tar.bz2
historical-d4056fc3d3173540bb0f0a4a6d59156664fb99d7.zip
Version bump.
Package-Manager: portage-2.2.0_alpha161/cvs/Linux x86_64 Manifest-Sign-Key: 0xA792A613
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.patch11
1 files changed, 0 insertions, 11 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
deleted file mode 100644
index def2b45ab4c7..000000000000
--- a/net-ftp/lftp/files/lftp-4.0.3-autoconf-2.64.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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