diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2019-12-07 17:31:44 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2019-12-07 17:31:44 +0000 |
commit | e1a4a7c0e17237094522b9a0ef9e5a77d7c158aa (patch) | |
tree | 56541d432cd5abb5da9316ac4acef495ab059fd6 /devel/intel-graphics-compiler/files/patch-limits | |
parent | - Update to 1.4.1 (diff) |
devel/compute-runtime: add new port
Tested by: clpeak, waifu2x-converter-cpp via drm-v4.9 on Skylake
The Intel(R) Graphics Compute Runtime for OpenCL(TM) is an open source
project to converge Intel's development efforts on OpenCL(TM) compute
stacks supporting the GEN graphics hardware architecture.
https://01.org/compute-runtime
Notes
Notes:
svn path=/head/; revision=519222
Diffstat (limited to 'devel/intel-graphics-compiler/files/patch-limits')
-rw-r--r-- | devel/intel-graphics-compiler/files/patch-limits | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/devel/intel-graphics-compiler/files/patch-limits b/devel/intel-graphics-compiler/files/patch-limits new file mode 100644 index 000000000000..0813904f3aa6 --- /dev/null +++ b/devel/intel-graphics-compiler/files/patch-limits @@ -0,0 +1,16 @@ +<linux/limits.h> is implicitly included via <limits.h> but not required here + +IGC/OCLFE/igd_fcl_mcl/source/LoadBuffer.cpp:40:10: fatal error: 'linux/limits.h' file not found +#include <linux/limits.h> + ^~~~~~~~~~~~~~~~ + +--- IGC/OCLFE/igd_fcl_mcl/source/LoadBuffer.cpp.orig 2019-11-27 01:05:20 UTC ++++ IGC/OCLFE/igd_fcl_mcl/source/LoadBuffer.cpp +@@ -37,7 +37,6 @@ using namespace llvm; + #include <inttypes.h> + #include <libgen.h> + #include <link.h> +-#include <linux/limits.h> + #include <stddef.h> + #include <stdint.h> + #include <unistd.h> |