diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2023-10-16 09:26:33 -0700 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2023-10-16 09:26:33 -0700 |
commit | 3c543e99fe67d53ddc41455c452d81d2b3e16cd0 (patch) | |
tree | 90791d8d901e9d856ab836b051ec15636ffc2b67 /java | |
parent | devel/kommit: Update WWW and description (diff) |
java/openjdk20: Fix the build on aarch64
Remove a reference to an extra patch that no longer exists
Diffstat (limited to 'java')
-rw-r--r-- | java/openjdk20/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
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) |