<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- Source/kwsys/kwsysPlatformTestsC.c.orig	2020-03-04 06:50:44.000000000 -0700
+++ Source/kwsys/kwsysPlatformTestsC.c	2020-03-17 03:35:40.000000000 -0700
@@ -56,12 +56,6 @@
 #endif
 
 #ifdef TEST_KWSYS_C_HAS_CLOCK_GETTIME_MONOTONIC
-#  if defined(__APPLE__)
-#    include &lt;AvailabilityMacros.h&gt;
-#    if MAC_OS_X_VERSION_MIN_REQUIRED &lt; 101200
-#      error "clock_gettime not available on macOS &lt; 10.12"
-#    endif
-#  endif
 #  include &lt;time.h&gt;
 int KWSYS_PLATFORM_TEST_C_MAIN()
 {
</pre></body></html>