. Remove a check for OSVERSION >= 500000 since this is now true for all
supported versions of FreeBSD. PR: 116890 Submitted by: edwin
This commit is contained in:
@@ -214,7 +214,7 @@ _JAVA_OS_linux= Linux
|
||||
|
||||
# Enforce preferred Java ports according to OS
|
||||
. if (${ARCH} == "amd64" && ${OSVERSION} >= 600000 && ${OSVERSION} < 700000) || \
|
||||
(${ARCH} == "i386" && ${OSVERSION} >= 500000 && ${OSVERSION} < 700000)
|
||||
(${ARCH} == "i386" && ${OSVERSION} < 700000)
|
||||
_JAVA_PREFERRED_PORTS+= JAVA_PORT_NATIVE_FREEBSD_JDK_1_5
|
||||
. else
|
||||
_JAVA_PREFERRED_PORTS+= JAVA_PORT_NATIVE_BSDJAVA_JDK_1_5
|
||||
|
||||
Reference in New Issue
Block a user