diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2021-01-29 14:38:13 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2021-01-29 14:38:13 +0000 |
commit | 8db4725025d76e95fdb555f2d65a03aff14022ca (patch) | |
tree | 31718f9e78eebe781587de476c9bedb1d8d487e5 /lang/intel-compute-runtime/files/patch-glibc | |
parent | .gitauthors: Add Nuno Eduardo Simões Leal Teixeira (eduardo) (diff) |
lang/intel-compute-runtime: update to 21.04.18912
Changes: https://github.com/intel/compute-runtime/compare/21.03.18857...21.04.18912
Reported by: GitHub (watch releases)
Notes
Notes:
svn path=/head/; revision=563212
Diffstat (limited to '')
-rw-r--r-- | lang/intel-compute-runtime/files/patch-glibc | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/lang/intel-compute-runtime/files/patch-glibc b/lang/intel-compute-runtime/files/patch-glibc deleted file mode 100644 index 50dc4418cf62..000000000000 --- a/lang/intel-compute-runtime/files/patch-glibc +++ /dev/null @@ -1,17 +0,0 @@ -major/minor/makedev aren't used, so drop Linux-specific header. - -In file included from level_zero/tools/source/sysman/linux/os_sysman_imp.h:12: -level_zero/tools/source/sysman/linux/fs_access.h:19:10: fatal error: 'sys/sysmacros.h' file not found -#include <sys/sysmacros.h> - ^~~~~~~~~~~~~~~~~ - ---- level_zero/tools/source/sysman/linux/fs_access.h.orig 2020-03-27 09:53:58 UTC -+++ level_zero/tools/source/sysman/linux/fs_access.h -@@ -16,7 +16,6 @@ - #include <sstream> - #include <string> - #include <sys/stat.h> --#include <sys/sysmacros.h> - #include <sys/types.h> - #include <unistd.h> - #include <vector> |