openbsd-ports/devel/jdk/1.7/patches/patch-hotspot_make_bsd_Makefile
kurt ac17ae9adf Update to early access build 42:
- sync/regen patches
- use os_bsd_x86.cpp from OpenJDK bsd-java repository plus
  Greg Lewis's fixes posted to the bsd-port-dev list
- use Xiaobin Lu's datatype corrections from OpenJDK bug
  6787106 + additional datatype corrections from me.
- use Vladimir Kozlov's bug fix from OpenJDK bug 6782820
- remove obsolete IcedTea awt binary plugs and update binary
  plug distfile
- correctly define DEVTOOLS_PATH for bsd and verify + correct
  Defs-utils.gmk locations for bsd utilities
2009-01-04 23:25:15 +00:00

13 lines
453 B
Plaintext

$OpenBSD: patch-hotspot_make_bsd_Makefile,v 1.1 2009/01/04 23:25:16 kurt Exp $
--- hotspot/make/bsd/Makefile.orig Sat Aug 2 16:12:30 2008
+++ hotspot/make/bsd/Makefile Sat Aug 2 16:15:29 2008
@@ -197,7 +197,7 @@ all:
@echo " $(TARGETS_C1)"
@echo " $(TARGETS_CORE)"
-checks: check_os_version check_j2se_version
+checks: check_j2se_version
# We do not want people accidentally building on old systems (e.g. Bsd 2.2.x,
# Solaris 2.5.1, 2.6).