From c43e97b91abafd0a072059180076e02b78f74b95 Mon Sep 17 00:00:00 2001 From: Fabio Rossi Date: Tue, 19 Mar 2019 23:22:24 +0100 Subject: app-emulation/vmware-modules: use M= instead of SUBDIRS= this patch will work as soon as bug #680976 will be closed. --- app-emulation/vmware-modules/vmware-modules-308.5.9.ebuild | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app-emulation/vmware-modules') 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" -- cgit v1.2.3-65-gdbad