git: 588a820bbaae - 2023Q4 - java/openjdk20: Fix the build on aarch64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 16 Nov 2023 12:17:02 UTC
The branch 2023Q4 has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=588a820bbaaea0f05962b3ce3bf6b8d26fd122c8 commit 588a820bbaaea0f05962b3ce3bf6b8d26fd122c8 Author: Greg Lewis <glewis@FreeBSD.org> AuthorDate: 2023-10-16 16:26:33 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2023-11-16 12:13:43 +0000 java/openjdk20: Fix the build on aarch64 Remove a reference to an extra patch that no longer exists (cherry picked from commit 3c543e99fe67d53ddc41455c452d81d2b3e16cd0) --- 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)