diff options
Diffstat (limited to 'emulators/yuzu/files/patch-fmt')
-rw-r--r-- | emulators/yuzu/files/patch-fmt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/emulators/yuzu/files/patch-fmt b/emulators/yuzu/files/patch-fmt new file mode 100644 index 000000000000..953d5db12ba2 --- /dev/null +++ b/emulators/yuzu/files/patch-fmt @@ -0,0 +1,19 @@ +Drop after devel/libfmt >= 9 update + +CMake Error at CMakeLists.txt:205 (find_package): + Could not find a configuration file for package "fmt" that is compatible + with requested version "9". + + The following configuration files were considered but not accepted: + + /usr/local/lib/cmake/fmt/fmt-config.cmake, version: 8.1.1 + +--- CMakeLists.txt.orig 2022-12-16 19:05:00 UTC ++++ CMakeLists.txt +@@ -202,5 +202,5 @@ find_package(enet 1.3) + # ======================================================================= + + find_package(enet 1.3) +-find_package(fmt 9 REQUIRED) ++find_package(fmt 8 REQUIRED) + find_package(inih) |