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

(-)/Library/Gentoo/usr/portage/x11-libs/cairo/cairo-1.14.6.ebuild (+5 lines)
Lines 89-94 Link Here
89
	fi
89
	fi
90
90
91
	eautoreconf
91
	eautoreconf
92
93
	# avoid bad configure tests on macOS, bug #579190
94
	if [[ ${CHOST} == *-darwin* ]]; then
95
		sed -i -e 's:test "x$cairo_cc_stderr" != "x":false:' configure || die
96
	fi
92
}
97
}
93
98
94
multilib_src_configure() {
99
multilib_src_configure() {

Return to bug 579190