Index: branches/2020Q2/graphics/darktable/files/patch-data_kernels_CMakeLists.txt =================================================================== --- branches/2020Q2/graphics/darktable/files/patch-data_kernels_CMakeLists.txt (nonexistent) +++ branches/2020Q2/graphics/darktable/files/patch-data_kernels_CMakeLists.txt (revision 534789) @@ -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: branches/2020Q2/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 Index: branches/2020Q2 =================================================================== --- branches/2020Q2 (revision 534788) +++ branches/2020Q2 (revision 534789) Property changes on: branches/2020Q2 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r534788