Index: head/graphics/oyranos/files/patch-src_tools_oyranos__convert.c =================================================================== --- head/graphics/oyranos/files/patch-src_tools_oyranos__convert.c (nonexistent) +++ head/graphics/oyranos/files/patch-src_tools_oyranos__convert.c (revision 500069) @@ -0,0 +1,12 @@ +--- src/tools/oyranos_convert.c.orig 2016-12-09 10:36:53 UTC ++++ src/tools/oyranos_convert.c +@@ -646,7 +646,8 @@ int main( int argc , char** argv ) + if(!width) + width = 8; + buf = calloc(sizeof(uint16_t), size*width*size*width*3); +-#pragma omp parallel for private(in,a,b,j,) ++ ++#pragma omp parallel for private(in,a,b,j) + for(l = 0; l < size; ++l) + { + in[0] = floor((double) l / (size - 1) * 65535.0 + 0.5); Property changes on: head/graphics/oyranos/files/patch-src_tools_oyranos__convert.c ___________________________________________________________________ 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