# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/felix86/hotfix-fmt.patch # Copyright (C) 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- --- felix86/CMakeLists.txt.vanilla 2026-04-19 20:58:43.465166357 +0300 +++ felix86/CMakeLists.txt 2026-04-19 20:59:25.714919467 +0300 @@ -52,7 +52,7 @@ set(BUILD_TESTING OFF) add_subdirectory(external/biscuit) add_subdirectory(external/zydis) -add_subdirectory(external/fmt) +#add_subdirectory(external/fmt) if (FELIX86_BUILD_THUNKING) message("Building with thunking support") @@ -60,9 +60,11 @@ pkg_check_modules(GLX REQUIRED gl) pkg_check_modules(VULKAN REQUIRED vulkan) pkg_check_modules(X11 REQUIRED x11) + pkg_check_modules(FMT REQUIRED fmt) include_directories(${GLX_INCLUDE_DIRS}) include_directories(${VULKAN_INCLUDE_DIRS}) include_directories(${X11_INCLUDE_DIRS}) + include_directories(${FMT_INCLUDE_DIRS}) else() message("Building without thunking support") endif() --- felix86/src/felix86/common/config.cpp.vanilla 2026-04-19 20:27:11.925701298 +0300 +++ felix86/src/felix86/common/config.cpp 2026-04-19 20:30:22.755396915 +0300 @@ -7,7 +7,7 @@ #include "felix86/common/log.hpp" #include "felix86/common/types.hpp" #include "felix86/common/utility.hpp" -#include "fmt/format.h" +#include Config g_config{}; Config g_initial_config{}; --- felix86/src/felix86/common/perf.hpp.vanilla 2026-04-19 20:26:45.939559360 +0300 +++ felix86/src/felix86/common/perf.hpp 2026-04-19 20:30:37.280072245 +0300 @@ -3,7 +3,7 @@ #include #include "felix86/common/log.hpp" #include "felix86/hle/fd.hpp" -#include "fmt/format.h" +#include struct Perf { Perf() {