summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVadim Kuznetsov <vadimk@gentoo.org>2012-02-04 16:15:00 +0000
committerVadim Kuznetsov <vadimk@gentoo.org>2012-02-04 16:15:00 +0000
commitf133459d7f91214264dcc3f26274f55ddb4e8c75 (patch)
treec1903ad0844d58745cf7f1ab8c13c9a31145bab8 /app-emulation/open-vm-tools-kmod/open-vm-tools-kmod-2011.11.20.535097.ebuild
parentopen-vm-tools: version bump (masked) (diff)
downloadvmware-f133459d7f91214264dcc3f26274f55ddb4e8c75.tar.gz
vmware-f133459d7f91214264dcc3f26274f55ddb4e8c75.tar.bz2
vmware-f133459d7f91214264dcc3f26274f55ddb4e8c75.zip
open-vm-tools-kmod: patches for kernel ge 3.2.0
open-vm-tools-2011.12.20.562307 version bump. svn path=/trunk/; revision=533
Diffstat (limited to 'app-emulation/open-vm-tools-kmod/open-vm-tools-kmod-2011.11.20.535097.ebuild')
-rw-r--r--app-emulation/open-vm-tools-kmod/open-vm-tools-kmod-2011.11.20.535097.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/app-emulation/open-vm-tools-kmod/open-vm-tools-kmod-2011.11.20.535097.ebuild b/app-emulation/open-vm-tools-kmod/open-vm-tools-kmod-2011.11.20.535097.ebuild
index 4cb06e9..30e144d 100644
--- a/app-emulation/open-vm-tools-kmod/open-vm-tools-kmod-2011.11.20.535097.ebuild
+++ b/app-emulation/open-vm-tools-kmod/open-vm-tools-kmod-2011.11.20.535097.ebuild
@@ -51,6 +51,9 @@ pkg_setup() {
src_prepare() {
sed -i.bak -e '/\smake\s/s/make/$(MAKE)/g' modules/linux/{vmblock,vmci,vmhgfs,vmsync,vmxnet,vsock}/Makefile\
|| die "Sed failed."
+ kernel_is ge 3 2 0 && epatch "${FILESDIR}/moduleparam.patch"
+ kernel_is ge 3 2 0 && epatch "${FILESDIR}/setnlink.patch"
+ kernel_is ge 3 2 0 && epatch "${FILESDIR}/fragsize.patch"
}
src_configure() {