1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00

. Attempt to fix the build on 8.x amd64 by telling the HotSpot compilation

not to treat warnings as errors.

Reported by:	mat@
This commit is contained in:
Greg Lewis 2015-02-05 03:13:05 +00:00
parent 222740427e
commit 64f02c86a0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=378440

View File

@ -55,6 +55,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
MAKE_ENV= LANG="C" LC_ALL="C"
MAKE_ENV+= CLASSPATH="" JAVA_HOME="" LD_LIBRARY_PATH="" MAKEFLAGS=""
MAKE_ENV+= IGNORE_OLD_CONFIG=true
MAKE_ENV+= COMPILER_WARNINGS_FATAL="false"
JDK_BUILDDIR= ${WRKSRC}/build/${JDK_OSARCH}-normal-server-${JDK_BUILD_TYPE}
.if !defined(BUILD_JRE)