mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 00:20:40 -04:00
CLOCK_MONOTONIC is available. - If FreeBSD-specific CLOCK_MONOTONIC_FAST is available, use it instead of precise but slow gettimeofday(2) or CLOCK_MONOTONIC. Reviewed by: stable, x11
11 lines
294 B
Text
11 lines
294 B
Text
--- configure.orig 2008-02-28 16:08:55.000000000 -0500
|
|
+++ configure 2008-02-28 16:11:19.000000000 -0500
|
|
@@ -30376,7 +30376,7 @@
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
|
|
-#define _POSIX_C_SOURCE 199309L
|
|
+#define _POSIX_C_SOURCE 200112L
|
|
#include <time.h>
|
|
|
|
int main(int argc, char *argv[]) {
|