summaryrefslogtreecommitdiff
path: root/java/openjdk13/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'java/openjdk13/Makefile')
-rw-r--r--java/openjdk13/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/java/openjdk13/Makefile b/java/openjdk13/Makefile
index b387d7243e93..ffb6ff77c87c 100644
--- a/java/openjdk13/Makefile
+++ b/java/openjdk13/Makefile
@@ -134,6 +134,9 @@ CONFIGURE_ARGS+= --disable-warnings-as-errors \
.if ${ARCH} != amd64
CONFIGURE_ARGS+= --enable-aot=no
.endif
+.if ${ARCH} == powerpc64 && ${OSREL:C/\.[0-9]//} == 12
+EXTRA_PATCHES= ${PATCHDIR}/extra-patch-src_hotspot_cpu_ppc_vm__version__ppc.hpp
+.endif
.if empty(ICONV_LIB)
ICONV_CFLAGS= -DLIBICONV_PLUG