ports/audio/baresip/files/patch-src_audio.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
262 B
C

--- src/audio.c.orig 2022-07-01 08:52:02 UTC
+++ src/audio.c
@@ -6,7 +6,7 @@
*/
#define _DEFAULT_SOURCE 1
#define _BSD_SOURCE 1
-#define _POSIX_C_SOURCE 199309L
+#define _POSIX_C_SOURCE 200112L
#include <string.h>
#include <stdlib.h>
#ifdef HAVE_UNISTD_H