svn commit: r500262 - branches/2019Q2/graphics/oyranos/files
Antoine Brodin
antoine at FreeBSD.org
Sat Apr 27 18:58:02 UTC 2019
Author: antoine
Date: Sat Apr 27 18:58:01 2019
New Revision: 500262
URL: https://svnweb.freebsd.org/changeset/ports/500262
Log:
MFH: r500069
graphics/oyranos: Fix build at HEAD.
PR: 237476
Submitted by: Rainer Hurling <rhurlin at gwdg.de>
Added:
branches/2019Q2/graphics/oyranos/files/patch-src_tools_oyranos__convert.c
- copied unchanged from r500069, head/graphics/oyranos/files/patch-src_tools_oyranos__convert.c
Modified:
Directory Properties:
branches/2019Q2/ (props changed)
Copied: branches/2019Q2/graphics/oyranos/files/patch-src_tools_oyranos__convert.c (from r500069, head/graphics/oyranos/files/patch-src_tools_oyranos__convert.c)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ branches/2019Q2/graphics/oyranos/files/patch-src_tools_oyranos__convert.c Sat Apr 27 18:58:01 2019 (r500262, copy of r500069, head/graphics/oyranos/files/patch-src_tools_oyranos__convert.c)
@@ -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);
More information about the svn-ports-branches
mailing list