summaryrefslogtreecommitdiff
path: root/lang/intel-compute-runtime/files/patch-clock_gettime
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2020-03-06 23:23:00 +0000
committerJan Beich <jbeich@FreeBSD.org>2020-03-06 23:23:00 +0000
commit69ff0af8179ddb36c2cc86ab2b42fe17dabc0bf7 (patch)
tree0a017f82ea231557ce556c66ecd7cee5611c43e5 /lang/intel-compute-runtime/files/patch-clock_gettime
parentdevel/intel-graphics-compiler: update to 1.0.3445 (diff)
lang/intel-compute-runtime: update to 20.09.15980
Changes: https://github.com/intel/compute-runtime/compare/20.08.15750...20.09.15980 Reported by: GitHub (watch releases)
Notes
Notes: svn path=/head/; revision=527902
Diffstat (limited to 'lang/intel-compute-runtime/files/patch-clock_gettime')
-rw-r--r--lang/intel-compute-runtime/files/patch-clock_gettime4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/intel-compute-runtime/files/patch-clock_gettime b/lang/intel-compute-runtime/files/patch-clock_gettime
index 8658246e5376..34ada0f4b451 100644
--- a/lang/intel-compute-runtime/files/patch-clock_gettime
+++ b/lang/intel-compute-runtime/files/patch-clock_gettime
@@ -9,8 +9,8 @@ runtime/os_interface/linux/os_time_linux.cpp:138:24: error:
if (resolutionFunc(CLOCK_MONOTONIC_RAW, &ts)) {
^
---- core/os_interface/linux/os_time_linux.cpp.orig 2020-01-23 10:09:13 UTC
-+++ core/os_interface/linux/os_time_linux.cpp
+--- shared/source/os_interface/linux/os_time_linux.cpp.orig 2020-02-28 16:16:42 UTC
++++ shared/source/os_interface/linux/os_time_linux.cpp
@@ -14,6 +14,10 @@
#include <time.h>