mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
java/openjdk8: fix build on powerpc64 elfv1
Now elfv1 also fails to build with jfr enabled.
This commit is contained in:
parent
7a6e9183c8
commit
ae33c6a4d2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=554730
1 changed files with 4 additions and 1 deletions
|
@ -217,11 +217,14 @@ MAKE_ARGS+= USE_PRECOMPILED_HEADER=0
|
|||
.endif
|
||||
|
||||
.if defined(PPC_ABI) && ${PPC_ABI} == ELFv2
|
||||
CONFIGURE_ARGS+= --disable-jfr
|
||||
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-ppc64-elfv2
|
||||
MAKE_ARGS+= USE_PRECOMPILED_HEADER=0
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == powerpc64
|
||||
CONFIGURE_ARGS+= --disable-jfr
|
||||
.endif
|
||||
|
||||
.if empty(ICONV_LIB)
|
||||
ICONV_CPPFLAGS= -DLIBICONV_PLUG
|
||||
.else
|
||||
|
|
Loading…
Add table
Reference in a new issue