summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authordholland <dholland>2012-05-14 06:06:43 +0000
committerdholland <dholland>2012-05-14 06:06:43 +0000
commit8dccbcfd052e72f15fd34a555d96888d6423bd0b (patch)
treee7fbfa288c52b312d851cd06c0a837869b149151 /mk
parent6b5098f1598569d1f044dde57825bb263a20dd7b (diff)
downloadpkgsrc-8dccbcfd052e72f15fd34a555d96888d6423bd0b.tar.gz
Partially revert previous: exclude kaffe on x86_64 again as it builds
but apparently does not work. I'm seeing two different problems on different machines, one where it can't find classes in jar files that are clearly there and one where it can't run even a trivial program without dying with a stack overflow.
Diffstat (limited to 'mk')
-rw-r--r--mk/java-vm.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/mk/java-vm.mk b/mk/java-vm.mk
index 042ca9ad2ec..f45d8ed819e 100644
--- a/mk/java-vm.mk
+++ b/mk/java-vm.mk
@@ -1,4 +1,4 @@
-# $NetBSD: java-vm.mk,v 1.85 2012/05/14 05:31:21 dholland Exp $
+# $NetBSD: java-vm.mk,v 1.86 2012/05/14 06:06:43 dholland Exp $
#
# This Makefile fragment handles Java dependencies and make variables,
# and is meant to be included by packages that require Java either at
@@ -119,7 +119,8 @@ _ONLY_FOR_PLATFORMS.jdk16= \
NetBSD-[2-9].*-i386 NetBSD-[4-9].*-x86_64
_ONLY_FOR_PLATFORMS.kaffe= \
*-*-alpha *-*-arm *-*-arm32 *-*-i386 *-*-m68k \
- *-*-mipsel* *-*-sparc *-*-powerpc *-*-x86_64
+ *-*-mipsel* *-*-sparc *-*-powerpc
+# exclude *-*-x86_64 from kaffe list as it apparently doesn't work
_ONLY_FOR_PLATFORMS.sun-jdk6= \
Darwin-9.*-i386 Darwin-9.*-x86_64 \
Darwin-10.*-i386 Darwin-10.*-x86_64 \