aboutsummaryrefslogtreecommitdiffstats
path: root/java/jdk15
diff options
context:
space:
mode:
authorglewis <glewis@FreeBSD.org>2006-04-26 04:44:28 +0800
committerglewis <glewis@FreeBSD.org>2006-04-26 04:44:28 +0800
commit0fd44703dead68c3c0f8c8e6e3c8c00b3b2e66a5 (patch)
treecf3f920983a5c6fc40e544c20763fbf944ff81b7 /java/jdk15
parent4f03c573fc1c799b8dc544f9dbf9f9f4f578e062 (diff)
downloadfreebsd-ports-gnome-0fd44703dead68c3c0f8c8e6e3c8c00b3b2e66a5.tar.gz
freebsd-ports-gnome-0fd44703dead68c3c0f8c8e6e3c8c00b3b2e66a5.tar.zst
freebsd-ports-gnome-0fd44703dead68c3c0f8c8e6e3c8c00b3b2e66a5.zip
. Make diablo-jdk15 the default bootstrap JDK for i386.
Suggested by: "Nikolas Britton" <nikolas.britton@gmail.com>
Diffstat (limited to 'java/jdk15')
-rw-r--r--java/jdk15/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/java/jdk15/Makefile b/java/jdk15/Makefile
index 8bda0fa7beb8..05cd70f27fc0 100644
--- a/java/jdk15/Makefile
+++ b/java/jdk15/Makefile
@@ -62,7 +62,10 @@ LATEST_LINK= jdk15
SUN_LINUX_JDK_VERSION= 1.4.2
.if !defined(WITH_LINUX_BOOTSTRAP)
-NATIVE_BOOTSTRAP_JDKS= ${LOCALBASE}/jdk1.5.0 \
+.if ${MACHINE_ARCH} == "i386"
+NATIVE_BOOTSTRAP_JDKS+= ${LOCALBASE}/diablo-jdk1.5.0
+.endif
+NATIVE_BOOTSTRAP_JDKS+= ${LOCALBASE}/jdk1.5.0 \
${LOCALBASE}/jdk1.4.2
.endif