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

Collapse All | Expand All

(-)/usr/portage/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-4.2.4.ebuild (-1 / +5 lines)
Lines 50-56 Link Here
50
50
51
pkg_setup() {
51
pkg_setup() {
52
	linux-mod_pkg_setup
52
	linux-mod_pkg_setup
53
	BUILD_PARAMS="KERN_DIR=${KV_DIR} KERNOUT=${KV_OUT_DIR}"
53
	BUILD_PARAMS="KERN_DIR=${KV_OUT_DIR} KERNOUT=${KV_OUT_DIR}"
54
54
55
	python_set_active_version 2
55
	python_set_active_version 2
56
	python_pkg_setup
56
	python_pkg_setup
Lines 88-93 Link Here
88
	if gcc-specs-now ; then
88
	if gcc-specs-now ; then
89
		epatch "${FILESDIR}/${PN}-link-lazy.patch"
89
		epatch "${FILESDIR}/${PN}-link-lazy.patch"
90
	fi
90
	fi
91
92
	# Fix split kernels includes
93
	sed -i 's@\<kernelpath\>\(.*/generated\>\)@VBOX_LINUX_SRC\1@' "${S}"/Config.kmk
91
}
94
}
92
95
93
src_configure() {
96
src_configure() {
Lines 98-103 Link Here
98
		--disable-sdl-ttf \
101
		--disable-sdl-ttf \
99
		--disable-pulse \
102
		--disable-pulse \
100
		--disable-alsa \
103
		--disable-alsa \
104
		--with-linux=${KV_OUT_DIR} \
101
		--build-headless || die "configure failed"
105
		--build-headless || die "configure failed"
102
	source ./env.sh
106
	source ./env.sh
103
}
107
}

Return to bug 424816