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

Collapse All | Expand All

(-)a/librsvg-2.48.8.ebuild (+7 lines)
Lines 54-59 multilib_src_configure() { Link Here
54
		--enable-pixbuf-loader
54
		--enable-pixbuf-loader
55
	)
55
	)
56
56
57
	if tc-is-cross-compiler; then
58
		myconf+=(
59
			--host=${CHOST_default}
60
			RUST_TARGET="$(rust_abi)"
61
		)
62
	fi
63
57
	if ! multilib_is_native_abi; then
64
	if ! multilib_is_native_abi; then
58
		myconf+=(
65
		myconf+=(
59
			# Set the rust target, which can differ from CHOST
66
			# Set the rust target, which can differ from CHOST

Return to bug 737888