Warning, /graphics/krita/3rdparty/ext_frameworks/disable_exr.diff is written in an unsupported language. File is not indexed.

0001 diff --git a/CMakeLists.txt b/CMakeLists.txt
0002 index 20a6a29..01c7bec 100644
0003 --- a/CMakeLists.txt
0004 +++ b/CMakeLists.txt
0005 @@ -40,11 +40,11 @@ if (UNIX)
0006      endif()
0007  endif()
0008  
0009 -find_package(OpenEXR)
0010 -set_package_properties(OpenEXR PROPERTIES
0011 -    TYPE OPTIONAL
0012 -    PURPOSE "Required for the QImage plugin for OpenEXR images"
0013 -)
0014 +# find_package(OpenEXR)
0015 +# set_package_properties(OpenEXR PROPERTIES
0016 +#     TYPE OPTIONAL
0017 +#     PURPOSE "Required for the QImage plugin for OpenEXR images"
0018 +# )
0019  add_definitions(-DQT_NO_FOREACH)
0020  # 050d00 (5.13) triggers a BIC in qimageiohandler.h, in Qt 5.13, so do not enable that until we can require 5.14
0021  # https://codereview.qt-project.org/c/qt/qtbase/+/279215