Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 232775
Collapse All | Expand All

(-)virtualbox-1.6.2.ebuild (+6 lines)
Lines 26-31 RDEPEND="!app-emulation/virtualbox-bin Link Here
26
		media-libs/libsdl
26
		media-libs/libsdl
27
		x11-libs/libXt )"
27
		x11-libs/libXt )"
28
DEPEND="${RDEPEND}
28
DEPEND="${RDEPEND}
29
	dev-util/kBuild
30
	>=dev-lang/yasm-0.7.0
29
	sys-devel/bin86
31
	sys-devel/bin86
30
	sys-devel/dev86
32
	sys-devel/dev86
31
	sys-power/iasl
33
	sys-power/iasl
Lines 56-61 src_unpack() { Link Here
56
	unpack ${A}
58
	unpack ${A}
57
	cd "${S}"
59
	cd "${S}"
58
60
61
	# Clanup binaries
62
	rm -fr kBuild/bin tools
63
59
	# Don't build things unused or splitted into separate ebuilds (eg: additions)
64
	# Don't build things unused or splitted into separate ebuilds (eg: additions)
60
	epatch "${FILESDIR}/${P}-remove-unused.patch"
65
	epatch "${FILESDIR}/${P}-remove-unused.patch"
61
}
66
}
Lines 88-93 src_compile() { Link Here
88
		TOOL_GCC3_AS="$(tc-getCC)" TOOL_GCC3_AR="$(tc-getAR)" \
93
		TOOL_GCC3_AS="$(tc-getCC)" TOOL_GCC3_AR="$(tc-getAR)" \
89
		TOOL_GCC3_LD="$(tc-getCXX)" TOOL_GCC3_LD_SYSMOD="$(tc-getLD)" \
94
		TOOL_GCC3_LD="$(tc-getCXX)" TOOL_GCC3_LD_SYSMOD="$(tc-getLD)" \
90
		TOOL_GCC3_CFLAGS="${CFLAGS}" TOOL_GCC3_CXXFLAGS="${CXXFLAGS}" \
95
		TOOL_GCC3_CFLAGS="${CFLAGS}" TOOL_GCC3_CXXFLAGS="${CXXFLAGS}" \
96
		TOOL_YASM_AS=yasm \
91
		all || die "kmk failed"
97
		all || die "kmk failed"
92
}
98
}
93
99

Return to bug 232775