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

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +7 lines)
Line  Link Here
0
-- a/usr/lib64/portage/python3.4/phase-helpers.sh
0
++ b/usr/lib64/portage/python3.4/phase-helpers.sh
Lines 590-596 econf() { Link Here
590
		fi
590
		fi
591
591
592
		local conf_args=()
592
		local conf_args=()
593
		if ___eapi_econf_passes_--disable-dependency-tracking || ___eapi_econf_passes_--disable-silent-rules || ___eapi_econf_passes_--docdir_and_--htmldir; then
593
		if ___eapi_econf_passes_--disable-dependency-tracking || ___eapi_econf_passes_--disable-silent-rules || ___eapi_econf_passes_--docdir_and_--htmldir || [ -n "$SYSROOT" ] ; then
594
			local conf_help=$("${ECONF_SOURCE}/configure" --help 2>/dev/null)
594
			local conf_help=$("${ECONF_SOURCE}/configure" --help 2>/dev/null)
595
595
596
			if ___eapi_econf_passes_--disable-dependency-tracking; then
596
			if ___eapi_econf_passes_--disable-dependency-tracking; then
Lines 614-619 econf() { Link Here
614
					conf_args+=( --htmldir="${EPREFIX}"/usr/share/doc/${PF}/html )
614
					conf_args+=( --htmldir="${EPREFIX}"/usr/share/doc/${PF}/html )
615
				fi
615
				fi
616
			fi
616
			fi
617
			if [ -n "$SYSROOT" ] ; then
618
			    if [[ ${conf_help} == *--with-sysroot* ]]; then
619
				conf_args+=( --with-sysroot="${SYSROOT}" )
620
			    fi
621
			fi
617
		fi
622
		fi
618
623
619
		# if the profile defines a location to install libs to aside from default, pass it on.
624
		# if the profile defines a location to install libs to aside from default, pass it on.

Return to bug 590404