mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
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)
11 lines
270 B
C
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))
|
|
|