aboutsummaryrefslogtreecommitdiff
path: root/emulators/yuzu
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2022-12-19 11:07:50 +0000
committerJan Beich <jbeich@FreeBSD.org>2022-12-19 11:08:48 +0000
commit03dc18199aa7bc6860b99988e55be1bc804d0327 (patch)
treefce0c7a4ae531a2a2b1c90d33bdf6bc384bcba24 /emulators/yuzu
parent20be46f8a868a15bd2e76359c5318c7145e62b87 (diff)
downloadports-03dc18199aa7bc6860b99988e55be1bc804d0327.tar.gz
ports-03dc18199aa7bc6860b99988e55be1bc804d0327.zip
emulators/yuzu: drop workaround and rebuild after 5069df47ef8d
ld-elf.so.1: Shared object "libfmt.so.8" not found, required by "yuzu"
Diffstat (limited to 'emulators/yuzu')
-rw-r--r--emulators/yuzu/Makefile2
-rw-r--r--emulators/yuzu/files/patch-fmt19
2 files changed, 1 insertions, 20 deletions
diff --git a/emulators/yuzu/Makefile b/emulators/yuzu/Makefile
index 69630887c369..2918e85fb19c 100644
--- a/emulators/yuzu/Makefile
+++ b/emulators/yuzu/Makefile
@@ -1,6 +1,6 @@
PORTNAME= yuzu
PORTVERSION= s20221216
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= emulators wayland
.if make(makesum)
MASTER_SITES= https://api.yuzu-emu.org/gamedb/?dummy=/:gamedb
diff --git a/emulators/yuzu/files/patch-fmt b/emulators/yuzu/files/patch-fmt
deleted file mode 100644
index 953d5db12ba2..000000000000
--- a/emulators/yuzu/files/patch-fmt
+++ /dev/null
@@ -1,19 +0,0 @@
-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)