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

Collapse All | Expand All

(-)orbit-2.14.17.ebuild.old (-2 / +10 lines)
Lines 4-10 Link Here
4
4
5
GCONF_DEBUG="no"
5
GCONF_DEBUG="no"
6
6
7
inherit gnome2
7
inherit gnome2 toolchain-funcs
8
8
9
MY_P="ORBit2-${PV}"
9
MY_P="ORBit2-${PV}"
10
PVP=(${PV//[-\._]/ })
10
PVP=(${PV//[-\._]/ })
Lines 34-40 Link Here
34
	# for more information.  Please don't remove -- 8/18/06
34
	# for more information.  Please don't remove -- 8/18/06
35
	unset IDL_DIR
35
	unset IDL_DIR
36
36
37
	gnome2_src_compile
37
	myconf=""
38
	if 	tc-is-cross-compiler; then
39
		# check that host version is present and runs successfully
40
		/usr/bin/orbit-idl-2 --help > /dev/null \
41
			|| die "Please emerge gnome-base/orbit on your host system"
42
		myconf="--with-idl-compiler=/usr/bin/orbit-idl-2";
43
	fi
44
	econf ${myconf}
45
	emake
38
}
46
}
39
47
40
src_test() {
48
src_test() {

Return to bug 262741