Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Apr 2019 19:42:01 +0000 (UTC)
From:      Boris Samorodov <bsam@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r500069 - head/graphics/oyranos/files
Message-ID:  <201904251942.x3PJg1tb026245@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904251942.x3PJg1tb026245>