mirror of
https://git.freebsd.org/ports.git
synced 2025-05-02 11:36:40 -04:00
Rename the port to allegro5 to match upstream project name, cleanup and simplify the port PR: 227222 Submitted by: rainbow@sanitylinux.org
11 lines
278 B
C
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")
|