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

(-)a/bin/phase-functions.sh (-1 / +1 lines)
Lines 917-923 __ebuild_main() { Link Here
917
917
918
			x=LIBDIR_$ABI
918
			x=LIBDIR_$ABI
919
			[ -z "$PKG_CONFIG_PATH" -a -n "$ABI" -a -n "${!x}" ] && \
919
			[ -z "$PKG_CONFIG_PATH" -a -n "$ABI" -a -n "${!x}" ] && \
920
				export PKG_CONFIG_PATH=/usr/${!x}/pkgconfig
920
				export PKG_CONFIG_PATH="${EPREFIX}/usr/${!x}/pkgconfig"
921
921
922
			if has noauto $FEATURES && \
922
			if has noauto $FEATURES && \
923
				[[ ! -f $PORTAGE_BUILDDIR/.unpacked ]] ; then
923
				[[ ! -f $PORTAGE_BUILDDIR/.unpacked ]] ; then

Return to bug 485456