From 485f1b4641f8a83fe50892d0db5253a6b56871d7 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Mon, 22 Jan 2001 10:39:32 +0000 Subject: Fix for the latest -current. (sys/select.h -> sys/selinfo.h) --- emulators/vmware2/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'emulators/vmware2') diff --git a/emulators/vmware2/Makefile b/emulators/vmware2/Makefile index 95615e57bada..5dffbb8ab8f7 100644 --- a/emulators/vmware2/Makefile +++ b/emulators/vmware2/Makefile @@ -93,6 +93,10 @@ post-patch: ${PERL} -i -pe 's,i386(/linux/linux_ioctl\.h),compat$$1,' \ ${WRKSRC}/vmnet-only/freebsd/vmnet_linux.c .endif +.if exists(/usr/include/sys/selinfo.h) + ${PERL} -i -pe 's,,,' \ + ${WRKSRC}/vmmon-only/freebsd/*.c +.endif setoptions: ${SED} -e 's;@@PREFIX@@;${PREFIX};' \ -- cgit v1.2.3