projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9807798
)
net-misc/wget: fix linking wrt iconv on Darwin/Solaris, bug #585924
author
Fabian Groffen
<grobian@gentoo.org>
Wed, 22 Jun 2016 18:54:42 +0000
(20:54 +0200)
committer
Fabian Groffen
<grobian@gentoo.org>
Wed, 22 Jun 2016 18:54:54 +0000
(20:54 +0200)
Package-Manager: portage-2.2.28
net-misc/wget/wget-1.18.ebuild
patch
|
blob
|
history
diff --git
a/net-misc/wget/wget-1.18.ebuild
b/net-misc/wget/wget-1.18.ebuild
index 74d2cd2235d97b3bc1a8d55e819781a41a2685d8..6fd73f1e9eb2713e577755751194ae765cc1e546 100644
(file)
--- a/
net-misc/wget/wget-1.18.ebuild
+++ b/
net-misc/wget/wget-1.18.ebuild
@@
-50,6
+50,12
@@
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
+ sed -i \
+ -e 's/^ LIBICONV=$/:/' \
+ configure || die
+ fi
}
src_configure() {