app-editors/imhex: fix patching
This commit is contained in:
parent
77b5c8ed32
commit
74e48a4c74
3 changed files with 39 additions and 4 deletions
14
app-editors/imhex/files/remove_dotnet.patch
Normal file
14
app-editors/imhex/files/remove_dotnet.patch
Normal file
|
@ -0,0 +1,14 @@
|
|||
Remove the compilation step that needs dotnet
|
||||
https://bugs.gentoo.org/926761
|
||||
--- a/plugins/script_loader/CMakeLists.txt
|
||||
+++ b/plugins/script_loader/CMakeLists.txt
|
||||
@@ -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 ()
|
||||
\ No newline at end of file
|
Loading…
Add table
Add a link
Reference in a new issue