diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-03-10 09:22:05 -0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-03-10 09:24:26 -0800 |
commit | ab964ed967add91ae11cc584b11b3e0d3e8407c1 (patch) | |
tree | 57906c33ea33a9ec0e16d9cf256265821599b70c /multimedia/lms/files/patch-cmake_modules_FindSTB.cmake | |
parent | devel/stb: Update g20200205 -> g20211010 (diff) |
multimedia/lms: Update 3.25.2 -> 3.28.0
PR: 262462
Reported by: kaltheat <kaltheat@gmail.com>
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) + |