svn commit: r500069 - head/graphics/oyranos/files

Boris Samorodov bsam at FreeBSD.org
Thu Apr 25 19:42:02 UTC 2019


Author: bsam
Date: Thu Apr 25 19:42:01 2019
New Revision: 500069
URL: https://svnweb.freebsd.org/changeset/ports/500069

Log:
  graphics/oyranos: Fix build at HEAD.
  
  PR:		237476
  Submitted by:	Rainer Hurling <rhurlin at gwdg.de>

Added:
  head/graphics/oyranos/files/patch-src_tools_oyranos__convert.c   (contents, props changed)

Added: head/graphics/oyranos/files/patch-src_tools_oyranos__convert.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/oyranos/files/patch-src_tools_oyranos__convert.c	Thu Apr 25 19:42:01 2019	(r500069)
@@ -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-all mailing list