mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
app-editors/imhex: Add note as to why patch
Signed-off-by: Henri Gasc <gasc@eurecom.fr>
This commit is contained in:
@@ -1,16 +1,14 @@
|
|||||||
diff --git a/plugins/script_loader/CMakeLists.txt b/plugins/script_loader/CMakeLists.txt
|
diff --git a/plugins/script_loader/CMakeLists.txt b/plugins/script_loader/CMakeLists.txt
|
||||||
index af0f6c79..cbb323e3 100644
|
index af0f6c79..cddc0e14 100644
|
||||||
--- a/plugins/script_loader/CMakeLists.txt
|
--- a/plugins/script_loader/CMakeLists.txt
|
||||||
+++ b/plugins/script_loader/CMakeLists.txt
|
+++ b/plugins/script_loader/CMakeLists.txt
|
||||||
@@ -46,7 +46,7 @@ if (CoreClrEmbed_FOUND)
|
@@ -46,7 +46,4 @@ if (CoreClrEmbed_FOUND)
|
||||||
install(FILES ${CoreClrEmbed_SHARED_LIBRARIES} DESTINATION ${CMAKE_INSTALL_LIBDIR})
|
install(FILES ${CoreClrEmbed_SHARED_LIBRARIES} DESTINATION ${CMAKE_INSTALL_LIBDIR})
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
- add_subdirectory(dotnet)
|
- add_subdirectory(dotnet)
|
||||||
- add_dependencies(script_loader AssemblyLoader)
|
- add_dependencies(script_loader AssemblyLoader)
|
||||||
+ #add_subdirectory(dotnet)
|
-
|
||||||
+ #add_dependencies(script_loader AssemblyLoader)
|
|
||||||
|
|
||||||
-endif ()
|
-endif ()
|
||||||
\ No newline at end of file
|
\ No newline at end of file
|
||||||
+endif ()
|
+endif ()
|
||||||
|
|||||||
@@ -24,6 +24,9 @@ IUSE="+system-llvm test lto"
|
|||||||
RESTRICT="!test? ( test )"
|
RESTRICT="!test? ( test )"
|
||||||
|
|
||||||
PATCHES=(
|
PATCHES=(
|
||||||
|
# If virtual/dotnet-sdk is installed on your system, then cmake
|
||||||
|
# will use it at some point and try to access internet.
|
||||||
|
# Because it did not cause any issue, we can disable it
|
||||||
"${FILESDIR}/remove_dotnet.patch"
|
"${FILESDIR}/remove_dotnet.patch"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user