Files
guru/app-editors/imhex/files/imhex-1.8.1-system-xdgpp.patch
Alessandro Barbieri c277f9004f app-editors/imhex: initial import
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
2021-07-04 12:57:29 +02:00

12 lines
348 B
Diff

--- a/plugins/libimhex/CMakeLists.txt
+++ b/plugins/libimhex/CMakeLists.txt
@@ -19,7 +19,7 @@
find_package(fmt REQUIRED)
endif()
-set(XDGPP_INCLUDE_DIRS "${CMAKE_CURRENT_SOURCE_DIR}/../../external/xdgpp")
+set(XDGPP_INCLUDE_DIRS "/usr/include")
set(CMAKE_USE_MBEDTLS ON)
set(BUILD_CURL_EXE OFF)
set(FPHSA_NAME_MISMATCHED ON CACHE BOOL "")