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

(-)/usr/portage/sys-libs/ncurses/ncurses-5.4-r6.ebuild (-1 / +2 lines)
Lines 33-39 Link Here
33
}
33
}
34
34
35
src_compile() {
35
src_compile() {
36
	tc-export BUILD_CC
37
	filter-flags -fno-exceptions
36
	filter-flags -fno-exceptions
38
37
39
	# From version 5.3, ncurses also build c++ bindings, and as
38
	# From version 5.3, ncurses also build c++ bindings, and as
Lines 74-79 Link Here
74
		$(use_with debug) \
73
		$(use_with debug) \
75
		$(use_with gpm) \
74
		$(use_with gpm) \
76
		"$@" \
75
		"$@" \
76
		CC="$(tc-getBUILD_CC)" \
77
		HOSTCC="$(tc-getCC)" \
77
		|| die "configure failed"
78
		|| die "configure failed"
78
79
79
	# A little hack to fix parallel builds ... they break when
80
	# A little hack to fix parallel builds ... they break when

Return to bug 90701