From 337163c4a223f93c21299a1f56a70aa65982cdcd Mon Sep 17 00:00:00 2001 From: Brian Somers Date: Sun, 10 Jun 2001 09:48:08 +0000 Subject: Handle machine/ioctl_fd.h moving to sys/fdcio.h Approved by: Vladimir Silyaev --- emulators/vmware2/Makefile | 5 +++++ emulators/vmware3/Makefile | 5 +++++ 2 files changed, 10 insertions(+) (limited to 'emulators') diff --git a/emulators/vmware2/Makefile b/emulators/vmware2/Makefile index 65c2ec470e3f..6fc7ca9ada37 100644 --- a/emulators/vmware2/Makefile +++ b/emulators/vmware2/Makefile @@ -102,6 +102,11 @@ post-patch: ${PERL} -i -pe 's,,,' \ ${WRKSRC}/vmmon-only/freebsd/*.c .endif +.if ${OSVERSION} >= 500019 + ${PERL} -i -pe 's,,,' \ + ${WRKSRC}/vmmon-only/freebsd/*.c \ + ${WRKSRC}/vmware-distrib/vmmon-only/freebsd/*.c +.endif setoptions: ${SED} -e 's;@@PREFIX@@;${PREFIX};' \ diff --git a/emulators/vmware3/Makefile b/emulators/vmware3/Makefile index 65c2ec470e3f..6fc7ca9ada37 100644 --- a/emulators/vmware3/Makefile +++ b/emulators/vmware3/Makefile @@ -102,6 +102,11 @@ post-patch: ${PERL} -i -pe 's,,,' \ ${WRKSRC}/vmmon-only/freebsd/*.c .endif +.if ${OSVERSION} >= 500019 + ${PERL} -i -pe 's,,,' \ + ${WRKSRC}/vmmon-only/freebsd/*.c \ + ${WRKSRC}/vmware-distrib/vmmon-only/freebsd/*.c +.endif setoptions: ${SED} -e 's;@@PREFIX@@;${PREFIX};' \ -- cgit v1.2.3