summaryrefslogtreecommitdiff
path: root/emulators/vmware2/Makefile
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2003-04-10 12:29:07 +0000
committerMartin Blapp <mbr@FreeBSD.org>2003-04-10 12:29:07 +0000
commitc56bfed62cbbdaaa4f902411770f816b340d3ea6 (patch)
treedbadb0c467fd1ac42d898b175dde83c083ef1841 /emulators/vmware2/Makefile
parentupgrade to 1.6.4 (diff)
Add patches to support CURRENT 20030401.
Submitted by: Mark Santcroos <marks@ripe.net>
Diffstat (limited to 'emulators/vmware2/Makefile')
-rw-r--r--emulators/vmware2/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/emulators/vmware2/Makefile b/emulators/vmware2/Makefile
index 0c5857c5603b..41fe0830bd22 100644
--- a/emulators/vmware2/Makefile
+++ b/emulators/vmware2/Makefile
@@ -119,7 +119,11 @@ post-patch:
cat ${FILESDIR}/m_waitok.patch | (cd ${WRKSRC} && patch) > /dev/null 2>&1
.endif
.if ${OSVERSION} >= 500104
- cat ${FILESDIR}/devfs.patch | (cd ${WRKSRC} && patch) > /dev/null 2>&1
+ cat ${FILESDIR}/cdevsw.patch | (cd ${WRKSRC} && patch) > /dev/null 2>&1
+.endif
+.if ${OSVERSION} >= 500109
+ cat ${FILESDIR}/hostif_c.patch | (cd ${WRKSRC} && patch) > /dev/null 2>&1
+ cat ${FILESDIR}/vm_types_h.patch | (cd ${WRKSRC} && patch) > /dev/null 2>&1
.endif
setoptions: