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 (-1 / +5 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-39 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
	if tc-is-cross-compiler; then
38
		[ -x /usr/bin/orbit-idl-2 ] || die "Please emerge =gnome-base/orbit-${P} on the host system first"
39
		G2CONF+=" --with-idl-compiler=/usr/bin/orbit-idl-2"
40
	fi
37
	gnome2_src_compile
41
	gnome2_src_compile
38
}
42
}
39
43

Return to bug 262741