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 (+8 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
			cross_compiling=yes
62
		)
63
	fi
64
57
	if ! multilib_is_native_abi; then
65
	if ! multilib_is_native_abi; then
58
		myconf+=(
66
		myconf+=(
59
			# Set the rust target, which can differ from CHOST
67
			# Set the rust target, which can differ from CHOST

Return to bug 737888