From c738796b0ad1a843c0e1fc4a6608f2202067bc15 Mon Sep 17 00:00:00 2001 From: CHOI Junho Date: Thu, 31 May 2001 06:07:31 +0000 Subject: Fix for the latest -current. (sys/lock.h -> sys/mutex.h) PR: ports/27666 --- emulators/vmware3/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'emulators/vmware3') diff --git a/emulators/vmware3/Makefile b/emulators/vmware3/Makefile index dfb194f3006e..65c2ec470e3f 100644 --- a/emulators/vmware3/Makefile +++ b/emulators/vmware3/Makefile @@ -98,6 +98,10 @@ post-patch: ${WRKSRC}/vmmon-only/freebsd/*.c .endif cd ${WRKSRC}/vmmon-only/freebsd && ${TOUCH} bus_if.h device_if.h +.if ${OSVERSION} >= 500018 + ${PERL} -i -pe 's,,,' \ + ${WRKSRC}/vmmon-only/freebsd/*.c +.endif setoptions: ${SED} -e 's;@@PREFIX@@;${PREFIX};' \ -- cgit v1.2.3