summaryrefslogtreecommitdiff
path: root/security/gnutls/patches/patch-src_benchmark.h
diff options
context:
space:
mode:
Diffstat (limited to 'security/gnutls/patches/patch-src_benchmark.h')
-rw-r--r--security/gnutls/patches/patch-src_benchmark.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/security/gnutls/patches/patch-src_benchmark.h b/security/gnutls/patches/patch-src_benchmark.h
new file mode 100644
index 00000000000..797626c22d8
--- /dev/null
+++ b/security/gnutls/patches/patch-src_benchmark.h
@@ -0,0 +1,13 @@
+$NetBSD: patch-src_benchmark.h,v 1.1 2013/07/08 08:30:01 wiz Exp $
+
+--- src/benchmark.h.orig 2013-05-25 11:06:37.000000000 +0000
++++ src/benchmark.h
+@@ -24,7 +24,7 @@
+ # include <windows.h>
+ #endif
+
+-#if defined(HAVE_CLOCK_GETTIME)
++#if defined(HAVE_CLOCK_GETTIME) && defined(CLOCK_PROCESS_CPUTIME_ID)
+ # undef gettime
+ # define gettime(x) clock_gettime(CLOCK_PROCESS_CPUTIME_ID, x)
+ #else