Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 687988 | Differences between
and this patch

Collapse All | Expand All

(-)a/app-portage/eix/eix-0.33.8.ebuild (-1 / +5 lines)
Lines 76-81 src_configure() { Link Here
76
	# https://github.com/vaeth/eix/issues/35
76
	# https://github.com/vaeth/eix/issues/35
77
	append-cxxflags -std=c++14
77
	append-cxxflags -std=c++14
78
78
79
	if [[ ${CHOST} == *-cygwin* ]]; then
80
		# work around https://github.com/vaeth/eix/issues/64, bug#687988
81
		export mv_fCXXFLAGS_cache='-mindirect-branch=thunk'
82
	fi
83
79
	econf "${myconf[@]}"
84
	econf "${myconf[@]}"
80
}
85
}
81
86
82
- 

Return to bug 687988