From 7f6a61c0f8ab140dd1dcd3e9a11220a4ae0b44a4 Mon Sep 17 00:00:00 2001 From: Greg Lewis Date: Mon, 10 Feb 2014 13:35:12 +0000 Subject: . Remove OSVERSION checks. These are too restrictive but we don't have OSVERSION bumps to check for on the release branches (even though they have had the fix MFC'ed). People seeing kernel panics on their machines need to update and pick up those fixes. --- java/openjdk7/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'java') diff --git a/java/openjdk7/Makefile b/java/openjdk7/Makefile index e11ae4f7013a..4beb91e5554d 100644 --- a/java/openjdk7/Makefile +++ b/java/openjdk7/Makefile @@ -107,10 +107,6 @@ NO_STAGE= yes .include -.if ${OSVERSION} < 902506 || (${OSVERSION} > 1000000 && ${OSVERSION} < 1000702) -FORBIDDEN= causes kernel panics -.endif - .if empty(PORT_OPTIONS:MDEBUG) MAKE_ENV+= ALT_OBJCOPY="/nonexistent" .endif -- cgit v1.2.3