Skip to content
Snippets Groups Projects
Commit d34e0ccb authored by Piotr Kubaj's avatar Piotr Kubaj
Browse files

java/openjdk8: enable jfr on powerpc64le

Now builds fine.
parent 8c9d243e
Branches
Tags
No related merge requests found
PORTNAME= openjdk PORTNAME= openjdk
PORTVERSION= ${JDK_MAJOR_VERSION}.${JDK_UPDATE_VERSION}.${JDK_BUILD_NUMBER}.${BSD_JDK_VERSION} PORTVERSION= ${JDK_MAJOR_VERSION}.${JDK_UPDATE_VERSION}.${JDK_BUILD_NUMBER}.${BSD_JDK_VERSION}
PORTREVISION= 1
CATEGORIES= java devel CATEGORIES= java devel
MASTER_SITES= LOCAL/jkim:jtreg MASTER_SITES= LOCAL/jkim:jtreg
PKGNAMESUFFIX?= ${JDK_MAJOR_VERSION} PKGNAMESUFFIX?= ${JDK_MAJOR_VERSION}
...@@ -228,7 +229,6 @@ CONFIGURE_ARGS+= --disable-jfr ...@@ -228,7 +229,6 @@ CONFIGURE_ARGS+= --disable-jfr
.endif .endif
.if ${ARCH} == powerpc64le .if ${ARCH} == powerpc64le
CONFIGURE_ARGS+= --disable-jfr
MAKE_ARGS+= USE_PRECOMPILED_HEADER=0 MAKE_ARGS+= USE_PRECOMPILED_HEADER=0
.endif .endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment