summaryrefslogtreecommitdiffstats
path: root/emulators/vmware2/Makefile
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2001-06-10 09:48:08 +0000
committerbrian <brian@FreeBSD.org>2001-06-10 09:48:08 +0000
commite92296d5a8bfebbfda13df1b573897eff266e3a6 (patch)
tree6aa6217e832186dec35f8a1f13f1d13e914c1ef5 /emulators/vmware2/Makefile
parent2c9cb3da45d7ea65a11498ee259e6f5c1e5ecb8b (diff)
downloadFreeBSD-ports-e92296d5a8bfebbfda13df1b573897eff266e3a6.zip
FreeBSD-ports-e92296d5a8bfebbfda13df1b573897eff266e3a6.tar.gz
Handle machine/ioctl_fd.h moving to sys/fdcio.h
Approved by: Vladimir Silyaev <vsilyaev@mindspring.com>
Diffstat (limited to 'emulators/vmware2/Makefile')
-rw-r--r--emulators/vmware2/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/emulators/vmware2/Makefile b/emulators/vmware2/Makefile
index 65c2ec4..6fc7ca9 100644
--- a/emulators/vmware2/Makefile
+++ b/emulators/vmware2/Makefile
@@ -102,6 +102,11 @@ post-patch:
${PERL} -i -pe 's,<sys/lock\.h>,<sys/mutex.h>,' \
${WRKSRC}/vmmon-only/freebsd/*.c
.endif
+.if ${OSVERSION} >= 500019
+ ${PERL} -i -pe 's,<machine/ioctl_fd\.h>,<sys/fdcio.h>,' \
+ ${WRKSRC}/vmmon-only/freebsd/*.c \
+ ${WRKSRC}/vmware-distrib/vmmon-only/freebsd/*.c
+.endif
setoptions:
${SED} -e 's;@@PREFIX@@;${PREFIX};' \
OpenPOWER on IntegriCloud