Index: head/java/openjdk13/files/patch-src_hotspot_cpu_aarch64_vm__version__aarch64.cpp =================================================================== --- head/java/openjdk13/files/patch-src_hotspot_cpu_aarch64_vm__version__aarch64.cpp (nonexistent) +++ head/java/openjdk13/files/patch-src_hotspot_cpu_aarch64_vm__version__aarch64.cpp (revision 565202) @@ -0,0 +1,15 @@ +--- src/hotspot/cpu/aarch64/vm_version_aarch64.cpp ++++ src/hotspot/cpu/aarch64/vm_version_aarch64.cpp +@@ -34,8 +34,12 @@ + + #include OS_HEADER_INLINE(os) + ++#if defined(__linux__) + #include + #include ++#elif defined(__FreeBSD__) ++#include ++#endif + + #ifndef HWCAP_ASIMD + #define HWCAP_ASIMD (1<<1) Property changes on: head/java/openjdk13/files/patch-src_hotspot_cpu_aarch64_vm__version__aarch64.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