summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMike Auty <ikelos@gentoo.org>2006-09-03 19:03:42 +0000
committerMike Auty <ikelos@gentoo.org>2006-09-03 19:03:42 +0000
commit69392009a5c4b32b038a6045ee0a8505eab4dd63 (patch)
treec5558a8668655bebea1c9cd12781761cebefb5df /eclass
parentVersion bumped vmware.eclass and vmware-server to the latest version. (diff)
downloadvmware-69392009a5c4b32b038a6045ee0a8505eab4dd63.tar.gz
vmware-69392009a5c4b32b038a6045ee0a8505eab4dd63.tar.bz2
vmware-69392009a5c4b32b038a6045ee0a8505eab4dd63.zip
Added an experimental patch vmware-modules-1.0.0.15 in an attempt to fix bug 146004.
svn path=/trunk/; revision=103
Diffstat (limited to 'eclass')
-rw-r--r--eclass/vmware-mod.eclass3
1 files changed, 3 insertions, 0 deletions
diff --git a/eclass/vmware-mod.eclass b/eclass/vmware-mod.eclass
index 64295ed..9c41e5e 100644
--- a/eclass/vmware-mod.eclass
+++ b/eclass/vmware-mod.eclass
@@ -72,6 +72,9 @@ vmware-mod_src_unpack() {
# rm getversion.pl
EPATCH_SUFFIX="patch"
epatch "${FILESDIR}"/patches
+ if [ -e "${FILESDIR}"/${PV} ]; then
+ epatch "${FILESDIR}"/${PV}
+ fi
convert_to_m "${S}"/${mod}-only/Makefile
done
}