aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2021-06-15 22:43:01 +0000
committerJan Beich <jbeich@FreeBSD.org>2021-07-27 15:10:27 +0000
commitb2a8fc817e26955c5c60f9bcc540a7d335aa41bc (patch)
tree97a5d3dcfad2732c93a3728933cb231a11c332f0 /emulators
parent4dd32463651f34f83e1a7195f1a657a522b47d06 (diff)
downloadports-b2a8fc817e26955c5c60f9bcc540a7d335aa41bc.tar.gz
ports-b2a8fc817e26955c5c60f9bcc540a7d335aa41bc.zip
emulators/yuzu: unbreak with pkgconf after 72cb3d2eba79
CMake Error at externals/libusb/CMakeLists.txt:109 (add_library): Cannot find source file: libusb/libusb/core.c Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90 .f95 .f03 .ispc CMake Error at externals/libusb/CMakeLists.txt:109 (add_library): No SOURCES given to target: usb PR: 256912 Submitted by: jkim (based on)
Diffstat (limited to 'emulators')
-rw-r--r--emulators/yuzu/Makefile1
-rw-r--r--emulators/yuzu/distinfo2
2 files changed, 3 insertions, 0 deletions
diff --git a/emulators/yuzu/Makefile b/emulators/yuzu/Makefile
index a4cabe836f33..0cb8b8048c93 100644
--- a/emulators/yuzu/Makefile
+++ b/emulators/yuzu/Makefile
@@ -15,6 +15,7 @@ PATCHFILES+= 26907dfe941c.patch:-p1 # https://github.com/yuzu-emu/yuzu/pull/5896
PATCHFILES+= 043027f85b64.patch:-p1 # https://github.com/yuzu-emu/yuzu/pull/5896 mainline-merge
PATCHFILES+= 169384b954b9.patch:-p1 # https://github.com/yuzu-emu/yuzu/pull/5896 mainline-merge
PATCHFILES+= 16a67d43d9a4.patch:-p1 # https://github.com/yuzu-emu/yuzu/pull/5896 mainline-merge
+PATCHFILES+= a24224e27463.patch:-p1 # https://github.com/yuzu-emu/yuzu/pull/6753
MAINTAINER= jbeich@FreeBSD.org
COMMENT= Nintendo Switch emulator/debugger
diff --git a/emulators/yuzu/distinfo b/emulators/yuzu/distinfo
index 7fb5e8ef579c..edb20339fa82 100644
--- a/emulators/yuzu/distinfo
+++ b/emulators/yuzu/distinfo
@@ -47,3 +47,5 @@ SHA256 (169384b954b9.patch) = 1f4240c6aa6d20054eef8087304f513468bfc4cbaca457874f
SIZE (169384b954b9.patch) = 6093
SHA256 (16a67d43d9a4.patch) = f14f33fbdd2a318556239e2a97e71a949d923d69a3c0935d9e159a5c67f6e73c
SIZE (16a67d43d9a4.patch) = 4616
+SHA256 (a24224e27463.patch) = 1065321fa190dc2b5fe490fbbf7ded2eb08d4637d8f539131b63cf6592d7e86b
+SIZE (a24224e27463.patch) = 5204