mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
java/openjdk11: enable dtrace on powerpc64 elfv2
This commit is contained in:
parent
a406e7c181
commit
c4cf57f581
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=568626
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
PORTNAME= openjdk
|
||||
DISTVERSIONPREFIX= jdk-
|
||||
DISTVERSION= ${JDK_MAJOR_VERSION}.${JDK_MINOR_VERSION}.${JDK_PATCH_VERSION}+${JDK_BUILD_NUMBER}-${BSD_JDK_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= java devel
|
||||
PKGNAMESUFFIX?= ${JDK_MAJOR_VERSION}
|
||||
|
||||
|
@ -149,7 +150,7 @@ MAKE_ENV+= USE_CLANG=true
|
|||
.if ${ARCH} == aarch64 || ${ARCH:Mpowerpc64*}
|
||||
CONFIGURE_ARGS+= --disable-warnings-as-errors
|
||||
.endif
|
||||
.if ${ARCH} == aarch64 || ${ARCH} == powerpc64
|
||||
.if ${ARCH} == aarch64 || (defined(PPC_ABI) && ${PPC_ABI} == ELFv1)
|
||||
CONFIGURE_ARGS+= --disable-dtrace
|
||||
.endif
|
||||
.if (defined(PPC_ABI) && ${PPC_ABI} == ELFv2) || ${ARCH} == powerpc64le
|
||||
|
|
Loading…
Add table
Reference in a new issue