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

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +3 lines)
Line  Link Here
0
-- orbit-2.14.19-r3.ebuild
0
++ orbit-2.14.19-r3.ebuild
Lines 66-73 Link Here
66
	# We need to use the hosts IDL compiler if cross-compiling, bug #262741
66
	# We need to use the hosts IDL compiler if cross-compiling, bug #262741
67
	if tc-is-cross-compiler; then
67
	if tc-is-cross-compiler; then
68
		# check that host version is present and executable
68
		# check that host version is present and executable
69
		[ -x /usr/bin/orbit-idl-2 ] || die "Please emerge ~${CATEGORY}/${P} on the host system first"
69
		[ -x "${EPREFIX}"/usr/bin/orbit-idl-2 ] || die "Please emerge ~${CATEGORY}/${P} on the host system first"
70
		G2CONF="${G2CONF} --with-idl-compiler=/usr/bin/orbit-idl-2"
70
		G2CONF="${G2CONF} --with-idl-compiler=${EPREFIX}/usr/bin/orbit-idl-2"
71
	fi
71
	fi
72
	gnome2_src_configure \
72
	gnome2_src_configure \
73
		$(use_enable pic libname-server-pic) \
73
		$(use_enable pic libname-server-pic) \

Return to bug 515094