ports/emulators/vmware2/files/Makefile_FreeBSD.patch
Florent Thoumie 4b19291d48 - Should fix compilation and vmmon in latest 5.x.
PR:		ports/68202
Submitted by:	Marc van Kempen <marc@bowtie.nl>
Approved by:	maintainer
2005-04-15 10:20:18 +00:00

12 lines
303 B
Diff

--- vmmon-only/Makefile.FreeBSD.orig Tue Jun 22 16:52:23 2004
+++ vmmon-only/Makefile.FreeBSD Tue Jun 22 16:51:58 2004
@@ -57,7 +59,9 @@
device:
rm -f /compat/linux/dev/${DEVNAME}
+.if ${OSVERSION} > 500104
mknod /compat/linux/dev/${DEVNAME} c ${CDEV_MAJOR} 0
+.endif
.include <bsd.kmod.mk>