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.7.ebuild (-1 / +4 lines)
Lines 41-46 src_prepare() { Link Here
41
	sed -e "s:'\$(bindir)/eix-functions.sh':cat \\\\\"${EROOT}usr/share/eix/eix-functions\\\\\":" \
41
	sed -e "s:'\$(bindir)/eix-functions.sh':cat \\\\\"${EROOT}usr/share/eix/eix-functions\\\\\":" \
42
		-i src/Makefile.am || die
42
		-i src/Makefile.am || die
43
	eautoreconf
43
	eautoreconf
44
	if [[ ${CHOST} == *-cygwin* ]]; then
45
		# work around https://github.com/vaeth/eix/issues/64, bug#687988
46
		sed -i -e 's/-mindirect-branch=thunk/-mno-indirect-branch=thunk/' configure || die
47
	fi
44
}
48
}
45
49
46
src_configure() {
50
src_configure() {
47
- 

Return to bug 687988