Ticket #54779: patch-ace-config.h.diff.patch

File patch-ace-config.h.diff.patch, 857 bytes (added by lockhart (Thomas Lockhart), 7 years ago)

Patch to update configuration to support Sierra. This is a patch of a patch file. The full file is also uploaded here.

  • patch-ace-config.h.diff

    old new  
    11--- ACE_wrappers.orig/ace/config.h      1969-12-31 16:00:00.000000000 -0800
    22+++ ACE_wrappers/ace/config.h   2012-02-10 20:59:39.000000000 -0800
    3 @@ -0,0 +1,5 @@
    4 +#define ACE_LACKS_CLOCKID_T
    5 +#define ACE_LACKS_CLOCK_MONOTONIC
    6 +#define ACE_LACKS_CLOCK_REALTIME
     3@@ -0,0 +1,8 @@
     4+// ACE_LACKS_CLOCKID_T and ACE_LACKS_CLOCK_MONOTONIC were needed sometime before Mountain Lion
     5+// but are not needed for Sierra. Do not yet have info for releases in between.
     6+// #define ACE_LACKS_CLOCKID_T
     7+// #define ACE_LACKS_CLOCK_MONOTONIC
     8+// ACE_LACKS_CLOCK_REALTIME not necessary for Sierra. Do not yet have info for earlier releases.
     9+// #define ACE_LACKS_CLOCK_REALTIME
    710+
    811+#include "ace/config-macosx-@MACOSX@.h"