commit:     43896a7e006ae535646e3590eff83dc01d62613b
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 17 03:45:38 2022 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon Jan 17 03:45:38 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43896a7e

net-misc/wget: remove obsolete sed

The regex no longer matches anything in the configure script.

Bug: https://bugs.gentoo.org/585924
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 net-misc/wget/wget-1.21.2.ebuild | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/net-misc/wget/wget-1.21.2.ebuild b/net-misc/wget/wget-1.21.2.ebuild
index d29f599f5169..ee17ffe2ccf4 100644
--- a/net-misc/wget/wget-1.21.2.ebuild
+++ b/net-misc/wget/wget-1.21.2.ebuild
@@ -58,14 +58,6 @@ pkg_setup() {
 
 src_prepare() {
        default
-
-       # revert some hack that breaks linking, bug #585924
-       case ${CHOST} in
-               *-darwin*|*-solaris*|*-cygwin*)
-                       sed -i -e 's/^  LIBICONV=$/:/' configure || die
-                       ;;
-       esac
-
        sed -i -e "s:/usr/local/etc:${EPREFIX}/etc:g" 
doc/{sample.wgetrc,wget.texi} || die
 }
 

Reply via email to