mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
* update to version 8.0.0 * remove includes of version-specific configuration files since the distro solves that internally * remove unused code from the portfile
12 lines
471 B
Diff
12 lines
471 B
Diff
--- ace/config.h.orig
|
|
+++ ace/config.h
|
|
@@ -0,0 +1,8 @@
|
|
+// ACE_LACKS_CLOCKID_T and ACE_LACKS_CLOCK_MONOTONIC were needed sometime before Mountain Lion
|
|
+// but are not needed for Sierra. Do not yet have info for releases in between.
|
|
+// #define ACE_LACKS_CLOCKID_T
|
|
+// #define ACE_LACKS_CLOCK_MONOTONIC
|
|
+// ACE_LACKS_CLOCK_REALTIME not necessary for Sierra. Do not yet have info for earlier releases.
|
|
+// #define ACE_LACKS_CLOCK_REALTIME
|
|
+
|
|
+#include "ace/config-macosx.h"
|