mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 00:01:52 -04:00
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
16 lines
545 B
Text
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>
|