Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 600452
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +6 lines)
Line  Link Here
0
-- a/net-misc/wget/wget-1.18.ebuild
0
++ b/net-misc/wget/wget-1.18.ebuild
Lines 52-58 pkg_setup() { Link Here
52
src_prepare() {
52
src_prepare() {
53
	epatch "${FILESDIR}"/${PN}-1.17.1-gnulib-cygwin-sys_select.patch
53
	epatch "${FILESDIR}"/${PN}-1.17.1-gnulib-cygwin-sys_select.patch
54
	# revert some hack that breaks linking, bug #585924
54
	# revert some hack that breaks linking, bug #585924
55
	if [[ ${CHOST} == *-darwin* ]] || [[ ${CHOST} == *-solaris* ]] || [[ ${CHOST} == *-uclibc* ]]; then
55
	if [[ ${CHOST} == *-darwin* ]] \
56
	|| [[ ${CHOST} == *-solaris* ]] \
57
	|| [[ ${CHOST} == *-uclibc* ]] \
58
	|| [[ ${CHOST} == *-cygwin* ]] \
59
	; then
56
		sed -i \
60
		sed -i \
57
			-e 's/^  LIBICONV=$/:/' \
61
			-e 's/^  LIBICONV=$/:/' \
58
			configure || die
62
			configure || die

Return to bug 600452