ports/audio/alsa-plugins/files/patch-arcam-av_arcam__av.c
Vladimir Druzenko 1a782b3157 audio/alsa-plugins: update 1.2.7.1 → 1.2.12
Also:
 * refresh patches;
 * change maintainer from ports@ to rodrigo@ - maintainer other alsa
   ports: audio/alsa-lib audio/alsa-utils (if he is against changing the
   maintainer, then I will return the old value ports@).

PR:		280144
Approved by:	rodrigo (maintainer, timeout > 2 weeks)
2024-07-25 21:50:52 +03:00

11 lines
270 B
C

--- arcam-av/arcam_av.c.orig 2024-06-10 09:18:39 UTC
+++ arcam-av/arcam_av.c
@@ -39,6 +39,8 @@
#include <sys/socket.h>
#include <sys/un.h>
+#define AF_FILE AF_UNIX
+
#define MIN(a, b) ((a) < (b) ? (a) : (b))
#define MAX(a, b) ((a) > (b) ? (a) : (b))