app-editors/imhex: Remove Werror, scrub patches

Closes: https://bugs.gentoo.org/921663
Signed-off-by: Henri Gasc <gasc@eurecom.fr>
This commit is contained in:
Henri Gasc
2024-04-12 19:13:59 +02:00
parent 1525837f40
commit 06c7e828b2
3 changed files with 32 additions and 6 deletions

View File

@@ -1,14 +1,14 @@
diff --git a/plugins/script_loader/CMakeLists.txt b/plugins/script_loader/CMakeLists.txt
index af0f6c79..cddc0e14 100644
Remove the compilation step that needs dotnet
https://bugs.gentoo.org/926761
--- a/plugins/script_loader/CMakeLists.txt
+++ b/plugins/script_loader/CMakeLists.txt
@@ -46,7 +46,4 @@ if (CoreClrEmbed_FOUND)
@@ -45,8 +45,4 @@ if (CoreClrEmbed_FOUND)
if (IMHEX_BUNDLE_DOTNET)
install(FILES ${CoreClrEmbed_SHARED_LIBRARIES} DESTINATION ${CMAKE_INSTALL_LIBDIR})
endif ()
-
- add_subdirectory(dotnet)
- add_dependencies(script_loader AssemblyLoader)
-
-endif ()
endif ()
\ No newline at end of file
+endif ()