ports/devel/intel-graphics-compiler/files/patch-limits
Jan Beich e1a4a7c0e1 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
2019-12-07 17:31:44 +00:00

16 lines
545 B
Text

<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>