diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2016-07-18 05:16:41 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-07-18 05:17:06 -0400 |
commit | 475afc3c7069ea06f794b1e99be4740ad4ca6c3e (patch) | |
tree | 5538c5adb6f3ef194ba377b5fc30e327a25728da /net-misc/wget | |
parent | app-arch/lz4: x86 stable wrt bug #586182 (diff) | |
download | gentoo-475afc3c7069ea06f794b1e99be4740ad4ca6c3e.tar.gz gentoo-475afc3c7069ea06f794b1e99be4740ad4ca6c3e.tar.bz2 gentoo-475afc3c7069ea06f794b1e99be4740ad4ca6c3e.zip |
net-misc/wget: disable libiconv for uclibc, bug #587620
Package-Manager: portage-2.2.28
Diffstat (limited to 'net-misc/wget')
-rw-r--r-- | net-misc/wget/wget-1.18.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-misc/wget/wget-1.18.ebuild b/net-misc/wget/wget-1.18.ebuild index 274ec404444c..1ccd27c50e5e 100644 --- a/net-misc/wget/wget-1.18.ebuild +++ b/net-misc/wget/wget-1.18.ebuild @@ -1,5 +1,6 @@ # Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# $Id$ EAPI="5" @@ -51,7 +52,7 @@ pkg_setup() { src_prepare() { epatch "${FILESDIR}"/${PN}-1.17.1-gnulib-cygwin-sys_select.patch # revert some hack that breaks linking, bug #585924 - if [[ ${CHOST} == *-darwin* ]] || [[ ${CHOST} == *-solaris* ]] ; then + if [[ ${CHOST} == *-darwin* ]] || [[ ${CHOST} == *-solaris* ]] || [[ ${CHOST} == *-uclibc* ]]; then sed -i \ -e 's/^ LIBICONV=$/:/' \ configure || die |