From eab5731cdf11d4ae8cdf111461d46fd96c5bdd37 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 4 May 2019 12:02:00 +0100 Subject: gentoo resync : 04.05.2019 --- .../lftp/files/lftp-4.7.5-libdir-configure.patch | 10 -------- net-ftp/lftp/files/lftp-4.7.5-libdir-libidn.patch | 10 -------- net-ftp/lftp/files/lftp-4.7.5-libdir-openssl.patch | 18 -------------- net-ftp/lftp/files/lftp-4.7.5-libdir-zlib.patch | 28 ---------------------- 4 files changed, 66 deletions(-) delete mode 100644 net-ftp/lftp/files/lftp-4.7.5-libdir-configure.patch delete mode 100644 net-ftp/lftp/files/lftp-4.7.5-libdir-libidn.patch delete mode 100644 net-ftp/lftp/files/lftp-4.7.5-libdir-openssl.patch delete mode 100644 net-ftp/lftp/files/lftp-4.7.5-libdir-zlib.patch (limited to 'net-ftp/lftp/files') diff --git a/net-ftp/lftp/files/lftp-4.7.5-libdir-configure.patch b/net-ftp/lftp/files/lftp-4.7.5-libdir-configure.patch deleted file mode 100644 index e855ac194325..000000000000 --- a/net-ftp/lftp/files/lftp-4.7.5-libdir-configure.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/configure.ac -+++ b/configure.ac -@@ -186,7 +186,6 @@ - esac - - if test x$socks_loc != x; then -- LDFLAGS="$LDFLAGS -L$socks_loc/lib" - CPPFLAGS="$CPPFLAGS -I$socks_loc/include" - fi - diff --git a/net-ftp/lftp/files/lftp-4.7.5-libdir-libidn.patch b/net-ftp/lftp/files/lftp-4.7.5-libdir-libidn.patch deleted file mode 100644 index 890138013dad..000000000000 --- a/net-ftp/lftp/files/lftp-4.7.5-libdir-libidn.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/m4/lftp.m4 -+++ b/m4/lftp.m4 -@@ -319,7 +319,6 @@ - libidn=$withval, libidn=yes) - if test "$libidn" != "no"; then - if test "$libidn" != "yes"; then -- LDFLAGS="${LDFLAGS} -L$libidn/lib" - CPPFLAGS="${CPPFLAGS} -I$libidn/include" - fi - AC_CHECK_HEADER(idna.h, diff --git a/net-ftp/lftp/files/lftp-4.7.5-libdir-openssl.patch b/net-ftp/lftp/files/lftp-4.7.5-libdir-openssl.patch deleted file mode 100644 index 44c5239ae03f..000000000000 --- a/net-ftp/lftp/files/lftp-4.7.5-libdir-openssl.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- a/m4/ssl.m4 -+++ b/m4/ssl.m4 -@@ -10,7 +10,6 @@ - old_CPPFLAGS="$CPPFLAGS" - LIBS="$LIBS -lssl -lcrypto" - if test $loc != default; then -- LDFLAGS="$LDFLAGS -L$loc/lib" - CPPFLAGS="$CPPFLAGS -I$loc/include" - fi - AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include -@@ -21,7 +20,6 @@ - if test $found_loc != "none"; then - lftp_cv_openssl="OPENSSL_LIBS=\"-lssl -lcrypto\"" - if test $found_loc != default; then -- lftp_cv_openssl="$lftp_cv_openssl OPENSSL_LDFLAGS=\"-L$found_loc/lib -R$found_loc/lib\"" - lftp_cv_openssl="$lftp_cv_openssl OPENSSL_CPPFLAGS=-I$found_loc/include" - fi - break; diff --git a/net-ftp/lftp/files/lftp-4.7.5-libdir-zlib.patch b/net-ftp/lftp/files/lftp-4.7.5-libdir-zlib.patch deleted file mode 100644 index 791bd2c5a3b9..000000000000 --- a/net-ftp/lftp/files/lftp-4.7.5-libdir-zlib.patch +++ /dev/null @@ -1,28 +0,0 @@ ---- a/configure.ac -+++ b/configure.ac -@@ -305,7 +305,6 @@ - - AX_CHECK_ZLIB([ - AC_SUBST([ZLIB],[-lz]) -- AC_SUBST([ZLIB_LDFLAGS],["-L${ZLIB_HOME}/lib"]) - AC_SUBST([ZLIB_CPPFLAGS],["-I${ZLIB_HOME}/include"]) - ],[ - AC_MSG_ERROR([cannot find -lz library, install zlib-devel package]) ---- a/m4/ax_check_zlib.m4 -+++ b/m4/ax_check_zlib.m4 -@@ -105,7 +105,6 @@ - ZLIB_OLD_LDFLAGS=$LDFLAGS - ZLIB_OLD_CPPFLAGS=$CPPFLAGS - if test -n "${ZLIB_HOME}"; then -- LDFLAGS="$LDFLAGS -L${ZLIB_HOME}/lib" - CPPFLAGS="$CPPFLAGS -I${ZLIB_HOME}/include" - fi - AC_LANG_SAVE -@@ -120,7 +119,6 @@ - # - m4_ifblank([$1],[ - CPPFLAGS="$CPPFLAGS -I${ZLIB_HOME}/include" -- LDFLAGS="$LDFLAGS -L${ZLIB_HOME}/lib" - LIBS="-lz $LIBS" - AC_DEFINE([HAVE_LIBZ], [1], - [Define to 1 if you have `z' library (-lz)]) -- cgit v1.2.3