diff options
author | Fabio Rossi <rossi.f@inwind.it> | 2019-03-19 23:22:24 +0100 |
---|---|---|
committer | Fabio Rossi <rossi.f@inwind.it> | 2019-03-23 18:46:04 +0100 |
commit | c43e97b91abafd0a072059180076e02b78f74b95 (patch) | |
tree | 47a92e41f6e07ea7663e9d60fe7061187291b0de | |
parent | app-emulation/vmware-modules: initial support to kernel 4.17 (diff) | |
download | vmware-c43e97b91abafd0a072059180076e02b78f74b95.tar.gz vmware-c43e97b91abafd0a072059180076e02b78f74b95.tar.bz2 vmware-c43e97b91abafd0a072059180076e02b78f74b95.zip |
app-emulation/vmware-modules: use M= instead of SUBDIRS=
this patch will work as soon as bug #680976 will be closed.
-rw-r--r-- | app-emulation/vmware-modules/vmware-modules-308.5.9.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app-emulation/vmware-modules/vmware-modules-308.5.9.ebuild b/app-emulation/vmware-modules/vmware-modules-308.5.9.ebuild index 612612b..f4ce04a 100644 --- a/app-emulation/vmware-modules/vmware-modules-308.5.9.ebuild +++ b/app-emulation/vmware-modules/vmware-modules-308.5.9.ebuild @@ -75,6 +75,10 @@ src_unpack() { } src_prepare() { + find -iname Makefile | while read m ; do + convert_to_m "${m}" + done + epatch "${FILESDIR}/${PV_MAJOR}-makefile-kernel-dir.patch" epatch "${FILESDIR}/${PV_MAJOR}-makefile-include.patch" epatch "${FILESDIR}/${PV_MAJOR}-netdevice.patch" |