mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 13:33:32 -04:00
app-editors/imhex: add 1.31.0, drop 1.30.1
Closes: https://bugs.gentoo.org/915471 Closes: https://bugs.gentoo.org/909290 Closes: https://bugs.gentoo.org/909291 Signed-off-by: Henri Gasc <gasc@eurecom.fr>
This commit is contained in:
13
app-editors/imhex/files/llvm-16.patch
Normal file
13
app-editors/imhex/files/llvm-16.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
diff --git a/cmake/build_helpers.cmake b/cmake/build_helpers.cmake
|
||||
index 624e401..cfd30c3 100644
|
||||
--- a/cmake/build_helpers.cmake
|
||||
+++ b/cmake/build_helpers.cmake
|
||||
@@ -503,7 +503,7 @@ macro(addBundledLibraries)
|
||||
add_subdirectory(${EXTERN_LIBS_FOLDER}/llvm-demangle EXCLUDE_FROM_ALL)
|
||||
set_target_properties(LLVMDemangle PROPERTIES POSITION_INDEPENDENT_CODE ON)
|
||||
else()
|
||||
- find_package(LLVM REQUIRED Demangle)
|
||||
+ find_package(LLVM 16 REQUIRED Demangle)
|
||||
endif()
|
||||
|
||||
if (NOT USE_SYSTEM_YARA)
|
||||
Reference in New Issue
Block a user