Warning, /graphics/krita/3rdparty/ext_webp/0009-glut.patch is written in an unsupported language. File is not indexed.

0001 diff --git a/CMakeLists.txt b/CMakeLists.txt
0002 index 0799269..45b3306 100644
0003 --- a/CMakeLists.txt
0004 +++ b/CMakeLists.txt
0005 @@ -532,7 +532,7 @@ if(WEBP_BUILD_VWEBP)
0006      target_link_libraries(vwebp
0007                            ${OPENGL_LIBRARIES}
0008                            exampleutil
0009 -                          ${GLUT_glut_LIBRARY}
0010 +                          GLUT::GLUT
0011                            imageioutil
0012                            webp
0013                            webpdemux)