diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2018-01-16 11:45:29 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2018-01-16 11:45:29 +0000 |
commit | d630b989fce9c809c7deefb457273d92ae5ade11 (patch) | |
tree | 1947a77460dcbcb40069e73afe754efc87983e8e /graphics | |
parent | 5922502a075436bec9186d49809fbe594ba46e74 (diff) | |
download | ports-d630b989fce9c809c7deefb457273d92ae5ade11.tar.gz ports-d630b989fce9c809c7deefb457273d92ae5ade11.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/oyranos/files/patch-src_modules_color_modules_devices_oyranos__cmm__oyRE.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/oyranos/files/patch-src_modules_color_modules_devices_oyranos__cmm__oyRE.cpp b/graphics/oyranos/files/patch-src_modules_color_modules_devices_oyranos__cmm__oyRE.cpp new file mode 100644 index 000000000000..81871331569e --- /dev/null +++ b/graphics/oyranos/files/patch-src_modules_color_modules_devices_oyranos__cmm__oyRE.cpp @@ -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 ); + |