diff options
Diffstat (limited to 'net-ftp/lftp/lftp-4.6.0.ebuild')
-rw-r--r-- | net-ftp/lftp/lftp-4.6.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-ftp/lftp/lftp-4.6.0.ebuild b/net-ftp/lftp/lftp-4.6.0.ebuild index 0c2b74cf97f9..37ef6a387065 100644 --- a/net-ftp/lftp/lftp-4.6.0.ebuild +++ b/net-ftp/lftp/lftp-4.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-4.6.0.ebuild,v 1.2 2014/10/14 08:56:58 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-4.6.0.ebuild,v 1.3 2014/10/15 14:28:25 jer Exp $ EAPI=5 inherit autotools eutils libtool @@ -61,7 +61,8 @@ src_prepare() { "${FILESDIR}"/${PN}-4.3.8-gets.patch \ "${FILESDIR}"/${PN}-4.5.3-autopoint.patch \ "${FILESDIR}"/${PN}-4.5.5-am_config_header.patch \ - "${FILESDIR}"/${PN}-4.6.0-gnutls-2-compat.patch + "${FILESDIR}"/${PN}-4.6.0-gnutls-2-compat.patch \ + "${FILESDIR}"/${PN}-4.6.0-no-ssl.patch eautoreconf elibtoolize # for Darwin bundles |