--- cmake/config.h.in.orig	2024-02-05 13:29:52.000000000 -0600
+++ cmake/config.h.in	2024-02-10 12:46:46.000000000 -0600
@@ -35,7 +35,6 @@
 #cmakedefine _DARWIN_C_SOURCE
 
 // Define to activate features from IEEE Stds 1003.1-2008.
-#define _POSIX_C_SOURCE 200809L
 
 #if defined(__SunOS_5_8) || defined(__SunOS_5_9) || defined(__SunOS_5_10)
 #  define _XOPEN_SOURCE 500
--- test/run.orig	2025-03-22 07:55:22.000000000 -0500
+++ test/run	2025-03-23 07:11:12.000000000 -0500
@@ -616,7 +616,7 @@
 fi
 
 if $HOST_OS_APPLE; then
-    SDKROOT=$(xcrun --sdk macosx --show-sdk-path 2>/dev/null)
+    SDKROOT=/
     if [ "$SDKROOT" = "" ]; then
         echo "Error: xcrun --show-sdk-path failure"
         exit 1