pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk Claim NetBSD-[2-9].*-x86_64 as supported by sun-jdk...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4c636aaaa41a
branches:  trunk
changeset: 522123:4c636aaaa41a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Dec 03 13:06:15 2006 +0000

description:
Claim NetBSD-[2-9].*-x86_64 as supported by sun-jdk15, to let
the java framework recognize the amd64 support in sun-jre15.

diffstat:

 mk/java-vm.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r cbf7e75893e9 -r 4c636aaaa41a mk/java-vm.mk
--- a/mk/java-vm.mk     Sun Dec 03 12:18:32 2006 +0000
+++ b/mk/java-vm.mk     Sun Dec 03 13:06:15 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: java-vm.mk,v 1.50 2006/11/04 21:56:49 rillig Exp $
+# $NetBSD: java-vm.mk,v 1.51 2006/12/03 13:06:15 wiz Exp $
 #
 # This Makefile fragment handles Java dependencies and make variables,
 # and is meant to be included by packages that require Java either at
@@ -114,6 +114,7 @@
        Linux-*-i[3-6]86 Darwin-[678].*-* DragonFly-*-i386
 _ONLY_FOR_PLATFORMS.sun-jdk15= \
        NetBSD-1.5Z[A-Z]-i386 NetBSD-1.[6-9]*-i386 NetBSD-[2-9].*-i386 \
+       NetBSD-[2-9].*-x86_64 \
        Linux-*-i[3-6]86 Darwin-8.*-* DragonFly-*-i386
 #_ONLY_FOR_PLATFORMS.win32-jdk= \
 #      Interix-*-*



Home | Main Index | Thread Index | Old Index