Date: Thu, 23 Jul 2020 02:15:26 +0000 (UTC) From: Greg Lewis <glewis@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r542906 - head/java/openjdk8/files Message-ID: <202007230215.06N2FQSc055219@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: glewis Date: Thu Jul 23 02:15:25 2020 New Revision: 542906 URL: https://svnweb.freebsd.org/changeset/ports/542906 Log: Fix the build for PowerPC64 Submitted by: Curtis Hamilton Added: head/java/openjdk8/files/patch-hotspot_src_cpu_ppc_vm_sharedRuntime__ppc.cpp (contents, props changed) Added: head/java/openjdk8/files/patch-hotspot_src_cpu_ppc_vm_sharedRuntime__ppc.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/openjdk8/files/patch-hotspot_src_cpu_ppc_vm_sharedRuntime__ppc.cpp Thu Jul 23 02:15:25 2020 (r542906) @@ -0,0 +1,14 @@ +--- 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-> +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007230215.06N2FQSc055219>