Created attachment 230017 [details] update for graphics/krita update for graphics/krita Due to updating opencolorio to v2.1.0 krita fails to compile This patch adjusts krita to build using ociov1 provided by new port
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=5c85328abe9e15b35a6e581997c1b8791eefb671 commit 5c85328abe9e15b35a6e581997c1b8791eefb671 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2022-02-01 16:43:35 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2022-02-01 17:04:14 +0000 graphics/krita: follow ICIOv1 port (+) Due to updating opencolorio to v2.1.0 krita fails to compile. This patch adjusts krita to build using ociov1 provided by new port. PR: 260313 Sponsored by: Netzkommune GmbH. graphics/krita/Makefile | 11 +++++++++-- .../krita/files/patch-cmake_modules_FindOCIO.cmake (new) | 16 ++++++++++++++++ 2 files changed, 25 insertions(+), 2 deletions(-)
Committed, thanks!