diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2020-04-24 15:54:50 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2020-04-24 15:54:50 +0000 |
commit | 96f179edc20966b7604aafa13d2f65b99cb8a33c (patch) | |
tree | ae17700bdc7786511c8d3fd7b2fb1b57921d8eb0 /lang/intel-compute-runtime/files/patch-includes | |
parent | databases/freetds-devel: Update version 1.1.108=>1.1.162 (diff) |
lang/intel-compute-runtime: update to 20.16.16582
Changes: https://github.com/intel/compute-runtime/compare/20.15.16524...20.16.16582
Reported by: GitHub (watch releases)
Notes
Notes:
svn path=/head/; revision=532763
Diffstat (limited to '')
-rw-r--r-- | lang/intel-compute-runtime/files/patch-includes | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/intel-compute-runtime/files/patch-includes b/lang/intel-compute-runtime/files/patch-includes index 2d6951a6c4a0..f8476932ceeb 100644 --- a/lang/intel-compute-runtime/files/patch-includes +++ b/lang/intel-compute-runtime/files/patch-includes @@ -15,16 +15,15 @@ runtime/tbx/tbx_sockets_imp.cpp:107:9: error: unknown type name 'sockaddr_in'; d struct sockaddr { ^ ---- shared/source/os_interface/linux/drm_neo.cpp.orig 2020-02-28 16:16:42 UTC +--- shared/source/os_interface/linux/drm_neo.cpp.orig 2020-04-17 18:43:38 UTC +++ shared/source/os_interface/linux/drm_neo.cpp -@@ -17,10 +17,10 @@ +@@ -19,9 +19,9 @@ #include "shared/source/os_interface/os_interface.h" #include "shared/source/utilities/directory.h" +#include <climits> #include <cstdio> #include <cstring> - #include <fstream> -#include <linux/limits.h> namespace NEO { |