ports/audio/baresip/files/patch-modules_alsa_alsa.c
Denis Polygalov a529a3414a audio/baresip: Update to 2.12.0
Many changes since the last version, so please see:

https://github.com/baresip/baresip/blob/main/CHANGELOG.md

PR:	ports/261035
2023-03-25 09:10:07 +00:00

11 lines
294 B
C

--- modules/alsa/alsa.c.orig 2022-05-01 07:27:33 UTC
+++ modules/alsa/alsa.c
@@ -4,7 +4,7 @@
* Copyright (C) 2010 Alfred E. Heggestad
*/
#define _DEFAULT_SOURCE 1
-#define _POSIX_SOURCE 1
+#define _POSIX_C_SOURCE 200112L
#include <sys/types.h>
#include <sys/time.h>
#include <stdlib.h>