java/openjdk8: enable jfr on powerpc64le
Now builds fine.
This commit is contained in:
parent
8c9d243e6e
commit
d34e0ccb81
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= openjdk
|
||||
PORTVERSION= ${JDK_MAJOR_VERSION}.${JDK_UPDATE_VERSION}.${JDK_BUILD_NUMBER}.${BSD_JDK_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= java devel
|
||||
MASTER_SITES= LOCAL/jkim:jtreg
|
||||
PKGNAMESUFFIX?= ${JDK_MAJOR_VERSION}
|
||||
|
@ -228,7 +229,6 @@ CONFIGURE_ARGS+= --disable-jfr
|
|||
.endif
|
||||
|
||||
.if ${ARCH} == powerpc64le
|
||||
CONFIGURE_ARGS+= --disable-jfr
|
||||
MAKE_ARGS+= USE_PRECOMPILED_HEADER=0
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue