1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

. It appears as though diablo is problematic on 5.x still, so default to

bootstrapping with the Linux JDK if there isn't a previously compiled
  native one.
This commit is contained in:
Greg Lewis 2004-02-06 17:03:09 +00:00
parent d0c07961e4
commit 2f5df15115
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100161

View File

@ -111,6 +111,10 @@ LD_LIBRARY_PATH_FILES= ../src/solaris/javavm/runtime/javai_md.c \
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500000 && !exists(${PREFIX}/jdk${JDK_VERSION}/bin/javac)
WITH_LINUX_BOOTSTRAP=yes
.endif
.if !defined(JDK13DIR)
.if defined(WITH_LINUX_BOOTSTRAP)
JDK13DIR= ${LOCALBASE}/linux-blackdown-jdk${JDK_VERSION}