diff options
Diffstat (limited to 'emulators/dolphin-emu/Makefile')
-rw-r--r-- | emulators/dolphin-emu/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/emulators/dolphin-emu/Makefile b/emulators/dolphin-emu/Makefile index a4f52e9efce0..1cbe42b46e74 100644 --- a/emulators/dolphin-emu/Makefile +++ b/emulators/dolphin-emu/Makefile @@ -1,8 +1,13 @@ PORTNAME= dolphin-emu PORTVERSION= 2412 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators +# XXX Backport fmt>=11 support +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES+= b79bdb13c05b.patch:-p1 +PATCHFILES+= 825092ad33a2.patch:-p1 + MAINTAINER= martymac@FreeBSD.org COMMENT= Gamecube and Wii Emulator WWW= https://www.dolphin-emu.org |