diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2020-03-06 23:23:00 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2020-03-06 23:23:00 +0000 |
commit | 69ff0af8179ddb36c2cc86ab2b42fe17dabc0bf7 (patch) | |
tree | 0a017f82ea231557ce556c66ecd7cee5611c43e5 /lang/intel-compute-runtime/files/patch-includes | |
parent | devel/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 '')
-rw-r--r-- | lang/intel-compute-runtime/files/patch-includes | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lang/intel-compute-runtime/files/patch-includes b/lang/intel-compute-runtime/files/patch-includes index eeb1a6217c38..2d6951a6c4a0 100644 --- a/lang/intel-compute-runtime/files/patch-includes +++ b/lang/intel-compute-runtime/files/patch-includes @@ -15,11 +15,11 @@ runtime/tbx/tbx_sockets_imp.cpp:107:9: error: unknown type name 'sockaddr_in'; d struct sockaddr { ^ ---- core/os_interface/linux/drm_neo.cpp.orig 2020-02-14 10:58:18 UTC -+++ core/os_interface/linux/drm_neo.cpp -@@ -15,10 +15,10 @@ - #include "core/os_interface/linux/sys_calls.h" - #include "core/utilities/directory.h" +--- shared/source/os_interface/linux/drm_neo.cpp.orig 2020-02-28 16:16:42 UTC ++++ shared/source/os_interface/linux/drm_neo.cpp +@@ -17,10 +17,10 @@ + #include "shared/source/os_interface/os_interface.h" + #include "shared/source/utilities/directory.h" +#include <climits> #include <cstdio> @@ -29,8 +29,8 @@ struct sockaddr { namespace NEO { ---- runtime/tbx/tbx_sockets_imp.cpp.orig 2019-11-22 15:41:47 UTC -+++ runtime/tbx/tbx_sockets_imp.cpp +--- opencl/source/tbx/tbx_sockets_imp.cpp.orig 2020-02-28 16:16:42 UTC ++++ opencl/source/tbx/tbx_sockets_imp.cpp @@ -18,6 +18,7 @@ typedef int socklen_t; #else #include <arpa/inet.h> |