git: 3c543e99fe67 - main - java/openjdk20: Fix the build on aarch64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 16 Oct 2023 16:27:24 UTC
The branch main has been updated by glewis:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3c543e99fe67d53ddc41455c452d81d2b3e16cd0
commit 3c543e99fe67d53ddc41455c452d81d2b3e16cd0
Author: Greg Lewis <glewis@FreeBSD.org>
AuthorDate: 2023-10-16 16:26:33 +0000
Commit: Greg Lewis <glewis@FreeBSD.org>
CommitDate: 2023-10-16 16:26:33 +0000
java/openjdk20: Fix the build on aarch64
Remove a reference to an extra patch that no longer exists
---
java/openjdk20/Makefile | 1 -
1 file changed, 1 deletion(-)
diff --git a/java/openjdk20/Makefile b/java/openjdk20/Makefile
index 00ae6a7f6247..13658bd998e9 100644
--- a/java/openjdk20/Makefile
+++ b/java/openjdk20/Makefile
@@ -163,7 +163,6 @@ EXTRA_PATCHES= ${PATCHDIR}/extra-patch-src_hotspot_cpu_ppc_vm__version__ppc.hpp
.if ${ARCH} == aarch64
CONFIGURE_ARGS+= --with-boot-jdk-jvmargs=-XX:-UseCompressedClassPointers
MAKE_ENV+= JAVA_TOOL_OPTIONS="-XX:-UseCompressedClassPointers"
-EXTRA_PATCHES= ${PATCHDIR}/extra-patch-src_hotspot_share_runtime_arguments.cpp
.endif
.if empty(ICONV_LIB)