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.14.ebuild (-1 / +5 lines)
Lines 52-58 Link Here
52
52
53
pkg_setup() {
53
pkg_setup() {
54
	linux-mod_pkg_setup
54
	linux-mod_pkg_setup
55
	BUILD_PARAMS="KERN_DIR=${KV_DIR} KERNOUT=${KV_OUT_DIR}"
55
	BUILD_PARAMS="KERN_DIR=${KV_OUT_DIR} KERNOUT=${KV_OUT_DIR}"
56
56
57
	python-single-r1_pkg_setup
57
	python-single-r1_pkg_setup
58
}
58
}
Lines 89-94 Link Here
89
	if gcc-specs-now ; then
89
	if gcc-specs-now ; then
90
		epatch "${FILESDIR}/${PN}-link-lazy.patch"
90
		epatch "${FILESDIR}/${PN}-link-lazy.patch"
91
	fi
91
	fi
92
93
	# Fix split kernels includes
94
	sed -i 's@\<kernelpath\>\(.*/generated\>\)@VBOX_LINUX_SRC\1@' "${S}"/Config.kmk
92
}
95
}
93
96
94
src_configure() {
97
src_configure() {
Lines 99-104 Link Here
99
		--disable-sdl-ttf \
102
		--disable-sdl-ttf \
100
		--disable-pulse \
103
		--disable-pulse \
101
		--disable-alsa \
104
		--disable-alsa \
105
		--with-linux=${KV_OUT_DIR} \
102
		--build-headless || die "configure failed"
106
		--build-headless || die "configure failed"
103
	source ./env.sh
107
	source ./env.sh
104
}
108
}

Return to bug 424816