aboutsummaryrefslogtreecommitdiff
path: root/java/openjdk8
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-07-30 21:45:02 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-07-30 21:45:02 +0000
commit47a00a02929d3e17b4df59dbfadb2df32e535116 (patch)
treeea6937fb6e464c74b4ec844390ee298ed47d86a0 /java/openjdk8
parent2dd4dd29c063a32031fb5549616ba28e76310f0a (diff)
downloadports-47a00a02929d3e17b4df59dbfadb2df32e535116.tar.gz
ports-47a00a02929d3e17b4df59dbfadb2df32e535116.zip
java/openjdk8: fix patching
Remove files/patch-hotspot_src_cpu_ppc_vm_sharedRuntime__ppc.cpp to fix patching. I'm not sure why this patch was added. Removing it doesn't break build on powerpc64 (both elfv1 and elfv2). There's no include for alloca.h in sharedRuntime_ppc.cpp.
Notes
Notes: svn path=/head/; revision=543834
Diffstat (limited to 'java/openjdk8')
-rw-r--r--java/openjdk8/files/patch-hotspot_src_cpu_ppc_vm_sharedRuntime__ppc.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/java/openjdk8/files/patch-hotspot_src_cpu_ppc_vm_sharedRuntime__ppc.cpp b/java/openjdk8/files/patch-hotspot_src_cpu_ppc_vm_sharedRuntime__ppc.cpp
deleted file mode 100644
index 4db3d23c4dec..000000000000
--- a/java/openjdk8/files/patch-hotspot_src_cpu_ppc_vm_sharedRuntime__ppc.cpp
+++ /dev/null
@@ -1,14 +0,0 @@
---- hotspot/src/cpu/ppc/vm/sharedRuntime_ppc.cpp
-+++ hotspot/src/cpu/ppc/vm/sharedRuntime_ppc.cpp
-@@ -42,7 +42,11 @@
- #include "opto/runtime.hpp"
- #endif
-
-+#ifdef _ALLBSD_SOURCE
-+#include <stdlib.h>
-+#else
- #include <alloca.h>
-+#endif
-
- #define __ masm->
-