diff options
Diffstat (limited to 'multimedia/lms/files/patch-cmake_modules_FindSTB.cmake')
-rw-r--r-- | multimedia/lms/files/patch-cmake_modules_FindSTB.cmake | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/multimedia/lms/files/patch-cmake_modules_FindSTB.cmake b/multimedia/lms/files/patch-cmake_modules_FindSTB.cmake new file mode 100644 index 000000000000..5d3a894f91eb --- /dev/null +++ b/multimedia/lms/files/patch-cmake_modules_FindSTB.cmake @@ -0,0 +1,10 @@ +- workaround for https://github.com/epoupon/lms/issues/207 + +--- cmake/modules/FindSTB.cmake.orig 2022-03-10 16:21:18 UTC ++++ cmake/modules/FindSTB.cmake +@@ -1,4 +1,4 @@ +-find_path(STB_INCLUDE_DIR stb/stb.h) ++find_path(STB_INCLUDE_DIR stb/stb_image.h) + + include(FindPackageHandleStandardArgs) + |