diff options
Diffstat (limited to 'devel/ftxui/files/patch-cmake_ftxui__fuzzer.cmake')
-rw-r--r-- | devel/ftxui/files/patch-cmake_ftxui__fuzzer.cmake | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/devel/ftxui/files/patch-cmake_ftxui__fuzzer.cmake b/devel/ftxui/files/patch-cmake_ftxui__fuzzer.cmake deleted file mode 100644 index a3ce3c931e9b..000000000000 --- a/devel/ftxui/files/patch-cmake_ftxui__fuzzer.cmake +++ /dev/null @@ -1,12 +0,0 @@ -- workaround for https://github.com/ArthurSonzogni/FTXUI/issues/556 - ---- cmake/ftxui_fuzzer.cmake.orig 2023-01-14 19:37:42 UTC -+++ cmake/ftxui_fuzzer.cmake -@@ -23,5 +23,5 @@ function(fuzz name) - ) - endfunction(fuzz) - --fuzz(terminal_input_parser_test_fuzzer) --fuzz(component_fuzzer) -+#fuzz(terminal_input_parser_test_fuzzer) -+#fuzz(component_fuzzer) |