git: a9e125957825 - main - devel/ftxui: Fix build on aarch64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 17 Jan 2023 09:42:40 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a9e125957825559e0df43cd1764f41bb8b2e834a
commit a9e125957825559e0df43cd1764f41bb8b2e834a
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-01-17 09:41:52 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-01-17 09:42:38 +0000
devel/ftxui: Fix build on aarch64
... by disable fuzzing options
Reported by: fallout
---
devel/ftxui/files/patch-cmake_ftxui__fuzzer.cmake | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/devel/ftxui/files/patch-cmake_ftxui__fuzzer.cmake b/devel/ftxui/files/patch-cmake_ftxui__fuzzer.cmake
new file mode 100644
index 000000000000..a3ce3c931e9b
--- /dev/null
+++ b/devel/ftxui/files/patch-cmake_ftxui__fuzzer.cmake
@@ -0,0 +1,12 @@
+- 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)