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

(-)emul-linux-x86.eclass.orig (+9 lines)
Lines 80-85 Link Here
80
			ln -sf "${tgt/lib32/${x86_libdir}}" "${sym}" || die
80
			ln -sf "${tgt/lib32/${x86_libdir}}" "${sym}" || die
81
		done < <(find -xtype l)
81
		done < <(find -xtype l)
82
82
83
		if [[ -d pkgconfig ]] ; then
84
			for _f in pkgconfig/*.pc ; do
85
				[[ -f "$_f" ]] || continue
86
				sed -i -r \
87
					-e "s:/lib32($|[[:space:]]|/):/${x86_libdir}\1:g" \
88
					"$_f" || die
89
			done
90
		fi
91
83
		popd >/dev/null
92
		popd >/dev/null
84
	fi
93
	fi
85
}
94
}

Return to bug 508906