ports/x11-servers/xorg-server/files/patch-configure
Jung-uk Kim ba4bc11dc8 - Check correct POSIX spec. date for clock_gettime(2) whether
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
2008-03-06 00:48:43 +00:00

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[]) {