summaryrefslogtreecommitdiff
path: root/net-misc/wget
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2016-07-18 05:16:41 -0400
committerAnthony G. Basile <blueness@gentoo.org>2016-07-18 05:17:06 -0400
commit475afc3c7069ea06f794b1e99be4740ad4ca6c3e (patch)
tree5538c5adb6f3ef194ba377b5fc30e327a25728da /net-misc/wget
parent5413bda71b80634870b5f16d80b025f4e16bbc8d (diff)
downloadgentoo-475afc3c7069ea06f794b1e99be4740ad4ca6c3e.tar.gz
gentoo-475afc3c7069ea06f794b1e99be4740ad4ca6c3e.tar.xz
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.ebuild3
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 274ec404444..1ccd27c50e5 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