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

Boris Samorodov bsam at FreeBSD.org
Tue Jan 16 11:45:31 UTC 2018


Author: bsam
Date: Tue Jan 16 11:45:29 2018
New Revision: 459165
URL: https://svnweb.freebsd.org/changeset/ports/459165

Log:
  graphics/oyranos: Fix build with clang-6.0.0.
  The source development branch is already patched.

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

Added: head/graphics/oyranos/files/patch-src_modules_color_modules_devices_oyranos__cmm__oyRE.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/oyranos/files/patch-src_modules_color_modules_devices_oyranos__cmm__oyRE.cpp	Tue Jan 16 11:45:29 2018	(r459165)
@@ -0,0 +1,11 @@
+--- src/modules/color/modules/devices/oyranos_cmm_oyRE.cpp.orig	2018-01-15 20:16:42 UTC
++++ src/modules/color/modules/devices/oyranos_cmm_oyRE.cpp
+@@ -482,7 +482,7 @@ oyProfile_s * createMatrixProfile      ( libraw_colord
+       oyOptions_s * result = 0;
+ 
+       oyOptions_SetFromInt( &opts, "///icc_profile_flags", icc_profile_flags, 0, OY_CREATE_NEW );
+-      const char * reg = "//"OY_TYPE_STD"/create_profile.color_matrix.icc";
++      const char * reg = "//" OY_TYPE_STD "/create_profile.color_matrix.icc";
+       oyOptions_Handle( reg, opts, "create_profile.icc_profile.color_matrix",
+                         &result );
+ 


More information about the svn-ports-all mailing list