openbsd-ports/devel/jdk/1.7/patches/patch-hotspot_make_bsd_Makefile

14 lines
591 B
Plaintext

$OpenBSD: patch-hotspot_make_bsd_Makefile,v 1.3 2011/01/11 15:47:49 kurt Exp $
--- hotspot/make/bsd/Makefile.orig Tue Jan 4 18:25:17 2011
+++ hotspot/make/bsd/Makefile Tue Jan 4 18:25:19 2011
@@ -230,7 +230,8 @@ checks: check_os_version check_j2se_version
# Solaris 2.5.1, 2.6).
# Disable this check by setting DISABLE_HOTSPOT_OS_VERSION_CHECK=ok.
-SUPPORTED_OS_VERSION = 2.4% 2.5% 2.6% 2.7%
+#SUPPORTED_OS_VERSION = 2.4% 2.5% 2.6% 2.7%
+DISABLE_HOTSPOT_OS_VERSION_CHECK = ok
OS_VERSION := $(shell uname -r)
EMPTY_IF_NOT_SUPPORTED = $(filter $(SUPPORTED_OS_VERSION),$(OS_VERSION))