http://bugs.winehq.org/show_bug.cgi?id=23529
--- Comment #16 from Detlef Riekenberg wine.dev@web.de 2013-05-10 15:39:08 CDT --- (In reply to comment #15)
I send a patch to add support for lcms2 with a fallback to lcms v1: http://source.winehq.org/patches/data/96110
BUG: The patch was still using the includes for lcms v1 To fix compilation while using lcms2.h, add a #include <icc34.h> after the #include <lcms2.h> (icc34.h comes with the liblcms v1 dev package)
I prepare a better patch in the near future.