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

Collapse All | Expand All

(-)open-vm-tools-kmod-2012.05.21.724730.ebuild (-1 / +3 lines)
Lines 4-10 Link Here
4
4
5
EAPI="4"
5
EAPI="4"
6
6
7
inherit linux-info linux-mod versionator
7
inherit linux-info linux-mod versionator eutils
8
8
9
MY_PN="${PN/-kmod}"
9
MY_PN="${PN/-kmod}"
10
MY_PV="$(replace_version_separator 3 '-')"
10
MY_PV="$(replace_version_separator 3 '-')"
Lines 58-63 Link Here
58
src_prepare() {
58
src_prepare() {
59
	sed -i.bak -e '/\smake\s/s/make/$(MAKE)/g' modules/linux/{vmblock,vmci,vmhgfs,vmsync,vmxnet,vsock}/Makefile\
59
	sed -i.bak -e '/\smake\s/s/make/$(MAKE)/g' modules/linux/{vmblock,vmci,vmhgfs,vmsync,vmxnet,vsock}/Makefile\
60
		|| die "Sed failed."
60
		|| die "Sed failed."
61
	epatch "${FILESDIR}"/vmsync_s_frozen.patch
62
	epatch_user
61
}
63
}
62
64
63
src_configure() {
65
src_configure() {

Return to bug 438110