diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2022-11-28 14:34:48 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2022-12-17 16:07:49 +0000 |
commit | 45279a785c7134f053d86d02bf98f4297fa214ad (patch) | |
tree | 1c9091829c41fe8366ad692b87cf374b2264b4cd /emulators/yuzu/files/patch-fmt | |
parent | audio/py-spotipy: New port: Python library for Spotify Web API (diff) |
emulators/yuzu: back to clang/libc++ after 2ab8c8d2625d
https://github.com/yuzu-emu/yuzu/commit/9737615948d4
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) |