Index: head/java/openjdk8/files/patch-hotspot_src_cpu_ppc_vm_vm_version_ppc.cpp =================================================================== --- head/java/openjdk8/files/patch-hotspot_src_cpu_ppc_vm_vm_version_ppc.cpp (nonexistent) +++ head/java/openjdk8/files/patch-hotspot_src_cpu_ppc_vm_vm_version_ppc.cpp (revision 486976) @@ -0,0 +1,17 @@ +--- hotspot/src/cpu/ppc/vm/vm_version_ppc.cpp.orig ++++ hotspot/src/cpu/ppc/vm/vm_version_ppc.cpp +@@ -38,8 +38,13 @@ + #ifdef TARGET_OS_FAMILY_linux + # include "os_linux.inline.hpp" + #endif +- ++#ifdef TARGET_OS_FAMILY_bsd ++# include "os_bsd.inline.hpp" ++#endif ++ ++#ifndef TARGET_OS_FAMILY_bsd + # include ++#endif + + int VM_Version::_features = VM_Version::unknown_m; + int VM_Version::_measured_cache_line_size = 128; // default value Property changes on: head/java/openjdk8/files/patch-hotspot_src_cpu_ppc_vm_vm_version_ppc.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property