summaryrefslogtreecommitdiff
path: root/games/retroarch/files/patch-audio_drivers_alsa.c
diff options
context:
space:
mode:
authorTilde Joy <tilde@ultros.pro>2025-12-15 04:47:21 +0300
committerVladimir Druzenko <vvd@FreeBSD.org>2025-12-15 04:47:21 +0300
commit81e35dbe6311b12d7dd4df5a90cb365879694d07 (patch)
tree5e159fbabeb957d0a56bb2db1b7f2ec80acdd01f /games/retroarch/files/patch-audio_drivers_alsa.c
parentmisc/py-huggingface-hub: Update to 1.2.3 (diff)
games/retroarch: Update 1.21.0 => 1.22.2
Changelog: https://github.com/libretro/RetroArch/blob/v1.22.2/CHANGES.md - Fix build with ALSA option, upstream issue: https://github.com/libretro/RetroArch/issues/18501 - Switch to tarball from upstream: excludes a bunch of packaging scripts and config, some wii specific code and a load of libretro example programs, plist is identical, distfile is smaller in 5 times. PR: 291534 Approved by: Daniel Menelkir <dmenelkir@gmail.com> (maintainer, implicit - inactive from ~2024.08)
Diffstat (limited to 'games/retroarch/files/patch-audio_drivers_alsa.c')
-rw-r--r--games/retroarch/files/patch-audio_drivers_alsa.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/retroarch/files/patch-audio_drivers_alsa.c b/games/retroarch/files/patch-audio_drivers_alsa.c
new file mode 100644
index 000000000000..c6a00faf8447
--- /dev/null
+++ b/games/retroarch/files/patch-audio_drivers_alsa.c
@@ -0,0 +1,11 @@
+--- audio/drivers/alsa.c.orig 2025-11-20 00:17:08 UTC
++++ audio/drivers/alsa.c
+@@ -22,7 +22,7 @@
+
+ #include <alsa/asoundlib.h>
+ #include <alsa/pcm.h>
+-#include <asm-generic/errno.h>
++#include <errno.h>
+
+ #include "../audio_driver.h"
+ #include "../common/alsa.h"