summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2003-11-11 13:49:17 +0000
committerMax Khon <fjoe@FreeBSD.org>2003-11-11 13:49:17 +0000
commit0cd9b607af8d504b94ccf08a0d0559316d6d1e49 (patch)
treedda5ef80af32e2e12581a2a8b9e58e8a9515e148
parent Fix building with new apr on 4-STABLE systems (diff)
kern.ipc.shm_allow_removed was MFC'ed.
Notes
Notes: svn path=/head/; revision=93737
-rw-r--r--emulators/vmware3/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/vmware3/Makefile b/emulators/vmware3/Makefile
index c0e99b1d6042..8567351c5515 100644
--- a/emulators/vmware3/Makefile
+++ b/emulators/vmware3/Makefile
@@ -82,7 +82,7 @@ PLIST_SUB+= FREEBSD5=""
.endif
pre-fetch:
-.if ${OSVERSION} < 500000
+.if ${OSVERSION} < 500000 && ${OSVERSION} < 490100
@${ECHO}
@${ECHO} "You need an uncommitted kernel patch to run this port:"
@${ECHO} "You can get it at: http://people.freebsd.org/~fjoe/shm-freebsd4-20031105.diff"