diff options
author | Ian Dowse <iedowse@FreeBSD.org> | 2002-09-02 16:47:39 +0000 |
---|---|---|
committer | Ian Dowse <iedowse@FreeBSD.org> | 2002-09-02 16:47:39 +0000 |
commit | af93bed2da418ec57921018a8b6ecd630fa9d3fa (patch) | |
tree | 3559531ed6037934dddb3feae53b6d9b8d3c32b1 /emulators/vmware2/Makefile | |
parent | - Add patch to update abook(1) manpage (submitted to SourceForge) (diff) |
Make vmware2 compile on -current again.
Submitted by: Mark Santcroos <marks@ripe.net>
Approved by: joe
Diffstat (limited to 'emulators/vmware2/Makefile')
-rw-r--r-- | emulators/vmware2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/emulators/vmware2/Makefile b/emulators/vmware2/Makefile index 012e592562fb..15476727ac83 100644 --- a/emulators/vmware2/Makefile +++ b/emulators/vmware2/Makefile @@ -110,6 +110,9 @@ post-patch: ${WRKSRC}/vmware-distrib/vmmon-only/freebsd/*.c .endif cat ${FILESDIR}/kmoddeps.patch | (cd ${WRKSRC} && patch) > /dev/null 2>&1 +.if ${OSVERSION} >= 500038 + cat ${FILESDIR}/fo_ioctl.patch | (cd ${WRKSRC} && patch) > /dev/null 2>&1 +.endif setoptions: ${SED} -e 's;@@PREFIX@@;${PREFIX};' \ |