commit: 475afc3c7069ea06f794b1e99be4740ad4ca6c3e
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 18 09:16:41 2016 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Mon Jul 18 09:17:06 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=475afc3c
net-misc/wget: disable libiconv for uclibc, bug #587620
Package-Manager: portage-2.2.28
net-misc/wget/wget-1.18.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/net-misc/wget/wget-1.18.ebuild b/net-misc/wget/wget-1.18.ebuild
index 274ec40..1ccd27c 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