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

Collapse All | Expand All

(-)virtualbox-1.3.8.ebuild.orig (+10 lines)
Lines 34-39 Link Here
34
34
35
S=${WORKDIR}/vbox-ose-${PV}
35
S=${WORKDIR}/vbox-ose-${PV}
36
36
37
pkg_setup() {
38
	# The VBoxSDL frontend needs media-libs/libsdl compiled 
39
	# with USE flag X enabled (bug #177335)
40
	if ! built_with_use media-libs/libsdl X; then
41
		eerror "media-libs/libsdl was compiled without the \"X\" USE flag enabled."
42
		eerror "Please re-emerge media-libs/libsdl with USE=\"X\"."
43
		die "media-libs/libsdl should be compiled with the \"X\" USE flag."
44
	fi
45
}
46
37
src_unpack() {
47
src_unpack() {
38
	unpack ${A}
48
	unpack ${A}
39
	cd "${S}"
49
	cd "${S}"

Return to bug 177335