Index: head/graphics/darktable/files/patch-data_kernels_CMakeLists.txt =================================================================== --- head/graphics/darktable/files/patch-data_kernels_CMakeLists.txt (nonexistent) +++ head/graphics/darktable/files/patch-data_kernels_CMakeLists.txt (revision 534788) @@ -0,0 +1,13 @@ +--- data/kernels/CMakeLists.txt.orig 2020-04-15 07:10:53 UTC ++++ data/kernels/CMakeLists.txt +@@ -31,8 +31,8 @@ macro (testcompile_opencl_kernel IN) + endmacro (testcompile_opencl_kernel) + + if (TESTBUILD_OPENCL_PROGRAMS) +- foreach(IN ${DT_OPENCL_KERNELS}) +- testcompile_opencl_kernel(${IN}) ++ foreach(i ${DT_OPENCL_KERNELS}) ++ testcompile_opencl_kernel(${i}) + endforeach() + endif() + Property changes on: head/graphics/darktable/files/patch-data_kernels_CMakeLists.txt ___________________________________________________________________ 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