Index: head/devel/libclc/files/patch-generic_include_clc_clctypes.h =================================================================== --- head/devel/libclc/files/patch-generic_include_clc_clctypes.h (nonexistent) +++ head/devel/libclc/files/patch-generic_include_clc_clctypes.h (revision 371126) @@ -0,0 +1,26 @@ +http://www.pcc.me.uk/pipermail/libclc-dev/2014-October/000732.html + +--- generic/include/clc/clctypes.h.orig 2014-10-18 16:18:10.913664139 +0200 ++++ generic/include/clc/clctypes.h 2014-10-18 16:21:06.837903054 +0200 +@@ -1,12 +1,13 @@ + /* 6.1.1 Built-in Scalar Data Types */ + +-#include +- + typedef unsigned char uchar; + typedef unsigned short ushort; + typedef unsigned int uint; + typedef unsigned long ulong; + ++typedef __SIZE_TYPE__ size_t; ++typedef __PTRDIFF_TYPE__ ptrdiff_t; ++ + #define __stdint_join3(a,b,c) a ## b ## c + + #define __intn_t(n) __stdint_join3(__INT, n, _TYPE__) +@@ -84,3 +85,5 @@ + typedef __attribute__((ext_vector_type(8))) double double8; + typedef __attribute__((ext_vector_type(16))) double double16; + #endif ++ ++#define NULL ((void *)0) Property changes on: head/devel/libclc/files/patch-generic_include_clc_clctypes.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property