Add jdk6 support for Mac OS X Lion.
sun-jdk6 for ppc doesn't exist. Will clean up the regexp after the freeze.
This commit is contained in:
parent
35c6ee9bb5
commit
11d5e7d4d5
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: java-vm.mk,v 1.79 2011/07/24 11:45:42 obache Exp $
|
||||
# $NetBSD: java-vm.mk,v 1.80 2011/09/23 15:00:55 yyamano Exp $
|
||||
#
|
||||
# This Makefile fragment handles Java dependencies and make variables,
|
||||
# and is meant to be included by packages that require Java either at
|
||||
|
@ -122,6 +122,7 @@ _ONLY_FOR_PLATFORMS.kaffe= \
|
|||
_ONLY_FOR_PLATFORMS.sun-jdk6= \
|
||||
Darwin-9.*-* \
|
||||
Darwin-10.*-* \
|
||||
Darwin-11.*-* \
|
||||
DragonFly-*-i386 \
|
||||
FreeBSD-6.*-i386 \
|
||||
Linux-*-i[3-6]86 \
|
||||
|
|
Loading…
Reference in a new issue