Date: Tue, 16 Jan 2018 11:45:29 +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: r459165 - head/graphics/oyranos/files Message-ID: <201801161145.w0GBjTnW033371@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 ); +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801161145.w0GBjTnW033371>