Source
On systems that define it (Sierra and later), tell configure where to
find clockid_t.
https://trac.macports.org/ticket/52546
Upstream-Status: Pending
Signed-off-by: Lawrence Velázquez <larryv@macports.org>
Index: configure
===================================================================
--- configure.orig
+++ configure
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
$ac_includes_default
+#include <time.h>
typedef clockid_t ac__type_new_;
int
main ()