aboutsummaryrefslogtreecommitdiff
path: root/graphics/oyranos
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2018-01-16 11:45:29 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2018-01-16 11:45:29 +0000
commitd630b989fce9c809c7deefb457273d92ae5ade11 (patch)
tree1947a77460dcbcb40069e73afe754efc87983e8e /graphics/oyranos
parent5922502a075436bec9186d49809fbe594ba46e74 (diff)
downloadports-d630b989fce9c809c7deefb457273d92ae5ade11.tar.gz
ports-d630b989fce9c809c7deefb457273d92ae5ade11.zip
graphics/oyranos: Fix build with clang-6.0.0.
The source development branch is already patched.
Notes
Notes: svn path=/head/; revision=459165
Diffstat (limited to 'graphics/oyranos')
-rw-r--r--graphics/oyranos/files/patch-src_modules_color_modules_devices_oyranos__cmm__oyRE.cpp11
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 );
+