ports/devel/allegro5/files/patch-addons_audio_alsa.c
Dmitry Marakasov bff2f7d55b devel/allegro-devel: unbreak, update to 5.2.4 and rename to allegro5
Rename the port to allegro5 to match upstream project name,
cleanup and simplify the port

PR:		227222
Submitted by:	rainbow@sanitylinux.org
2021-02-19 23:13:38 +00:00

11 lines
278 B
C

--- addons/audio/alsa.c.orig 2020-02-10 02:03:00 UTC
+++ addons/audio/alsa.c
@@ -23,7 +23,7 @@
#include "allegro5/allegro.h"
#include "allegro5/internal/aintern_audio.h"
-#include <alloca.h>
+#include <stdlib.h>
#include <alsa/asoundlib.h>
ALLEGRO_DEBUG_CHANNEL("alsa")