guru/net-misc/megasync/files/megasync-5.6.0.0-remove-clang-format.patch
Takuya Wakazono efc3b58dc5
net-misc/megasync: add 5.6.0.0
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
2024-10-30 22:37:43 +09:00

10 lines
243 B
Diff

We don't need to run clang-format to build the app.
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -63,5 +63,3 @@ include(desktopapp_configuration)
# Load the MEGA targets
add_subdirectory(src)
-include(get_clang_format)
-get_clang_format()