--- a/os/log.c-orig	2018-11-17 22:57:45.000000000 +0100
+++ b/os/log.c	2018-11-17 22:57:59.000000000 +0100
@@ -127,7 +127,7 @@
 
 static const char *__crashreporter_info__ __attribute__ ((__used__)) =
     &__crashreporter_info_buff__[0];
-#if MAC_OS_X_VERSION_MIN_REQUIRED >= 1050
+#if MAC_OS_X_VERSION_MIN_REQUIRED >= 1060
 // This is actually a toolchain requirement, but I'm not sure the correct check,
 // but it should be fine to just only include it for Leopard and later.  This line
 // just tells the linker to never strip this symbol (such as for space optimization)
--- a/hw/xquartz/mach-startup/bundle-main.c-orig	2018-11-18 10:58:33.000000000 +0100
+++ b/hw/xquartz/mach-startup/bundle-main.c	2018-11-18 10:58:51.000000000 +0100
@@ -91,7 +91,7 @@
 static char __crashreporter_info_buff__[4096] = { 0 };
 static const char *__crashreporter_info__ __attribute__((__used__)) =
     &__crashreporter_info_buff__[0];
-#if MAC_OS_X_VERSION_MIN_REQUIRED >= 1050
+#if MAC_OS_X_VERSION_MIN_REQUIRED >= 1060
 // This is actually a toolchain requirement, but I'm not sure the correct check,
 // but it should be fine to just only include it for Leopard and later.  This line
 // just tells the linker to never strip this symbol (such as for space optimization)
