[Bug 251262] java/bootstrap-openjdk11: add powerpc64le bootstrap

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Dec 22 17:22:43 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251262

--- Comment #3 from Piotr Kubaj <pkubaj at FreeBSD.org> ---
(In reply to Mikael Urankar from comment #2)
Can you check whether that fixes your issue?
Index: Makefile
===================================================================
--- Makefile    (revision 558867)
+++ Makefile    (working copy)
@@ -37,6 +37,7 @@

 .if ${ARCH} == aarch64
 DISTNAME=      ${JDK_PORT}-${JDK_ARCH}-12-${PORTVERSION}
+PLIST_SUB+=    PPC64LE=""
 .elif ${ARCH} == powerpc64le
 PLIST_SUB+=    PPC64LE="@comment "
 .else

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-ppc mailing list