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

(-)file_not_specified_in_diff (-1 / +9 lines)
Line  Link Here
0
-- ilmbase-2.1.0.ebuild
0
++ ilmbase-2.1.0.ebuild
Lines 16-18 Link Here
16
16
17
DOCS=( AUTHORS ChangeLog NEWS README )
17
DOCS=( AUTHORS ChangeLog NEWS README )
18
MULTILIB_WRAPPED_HEADERS=( /usr/include/OpenEXR/IlmBaseConfig.h )
18
MULTILIB_WRAPPED_HEADERS=( /usr/include/OpenEXR/IlmBaseConfig.h )
19
20
src_configure() {
21
	# Disable use of ucontext.h for PPC wrt #482890
22
	if use ppc || use ppc64; then
23
		export ac_cv_header_ucontext_h=no
24
	fi
25
	autotools-multilib_src_configure
26
}

Return to bug 482890