diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-11-07 08:36:14 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-11-07 08:49:48 +0000 |
commit | af1aae043aef21259837a5f8c7cc352bdd35ca1b (patch) | |
tree | 466411cc6e0f0daa2f23087f9df4b384c186ae46 /net-ftp | |
parent | sys-fs/squashfs-tools: Bump to 4.4-git.1 (diff) | |
download | gentoo-af1aae043aef21259837a5f8c7cc352bdd35ca1b.tar.gz gentoo-af1aae043aef21259837a5f8c7cc352bdd35ca1b.tar.bz2 gentoo-af1aae043aef21259837a5f8c7cc352bdd35ca1b.zip |
net-ftp/lftp: use a patch for release against live ebuild
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/lftp/files/lftp-9999-libdir-readline.patch | 11 | ||||
-rw-r--r-- | net-ftp/lftp/lftp-9999.ebuild | 2 |
2 files changed, 1 insertions, 12 deletions
diff --git a/net-ftp/lftp/files/lftp-9999-libdir-readline.patch b/net-ftp/lftp/files/lftp-9999-libdir-readline.patch deleted file mode 100644 index fde1017f4bdc..000000000000 --- a/net-ftp/lftp/files/lftp-9999-libdir-readline.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/m4/lftp_lib_readline.m4 -+++ b/m4/lftp_lib_readline.m4 -@@ -107,7 +107,7 @@ - if test -f "$readline_include_dir/readline/readline.h"; then - readline_include_dir="$readline_include_dir/readline" - fi -- readline_ld_flags="-L$readline_prefix/lib" -+ readline_ld_flags="-L$libdir" - if test -z "$readline_lib_flags"; then - readline_lib_flags="-lreadline" - fi diff --git a/net-ftp/lftp/lftp-9999.ebuild b/net-ftp/lftp/lftp-9999.ebuild index b38775a32ae7..0f1f759f3377 100644 --- a/net-ftp/lftp/lftp-9999.ebuild +++ b/net-ftp/lftp/lftp-9999.ebuild @@ -57,7 +57,7 @@ PATCHES=( "${FILESDIR}"/${PN}-4.8.2-libdir-libidn2.patch "${FILESDIR}"/${PN}-4.8.2-libdir-openssl.patch "${FILESDIR}"/${PN}-4.8.2-libdir-zlib.patch - "${FILESDIR}"/${PN}-9999-libdir-readline.patch + "${FILESDIR}"/${PN}-4.9.1-libdir-readline.patch ) src_prepare() { |