diff options
Diffstat (limited to 'audio/baresip/files')
-rw-r--r-- | audio/baresip/files/patch-src_jbuf.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/baresip/files/patch-src_jbuf.c b/audio/baresip/files/patch-src_jbuf.c new file mode 100644 index 000000000000..0ca3794a044b --- /dev/null +++ b/audio/baresip/files/patch-src_jbuf.c @@ -0,0 +1,13 @@ +--- src/jbuf.c.orig 2025-09-10 13:06:07 UTC ++++ src/jbuf.c +@@ -7,6 +7,10 @@ + * Copyright (C) 2010 Creytiv.com + */ + ++#ifndef ETIME ++#define ETIME ETIMEDOUT ++#endif ++ + #undef RE_TRACE_ENABLED + #if JBUF_TRACE + #define RE_TRACE_ENABLED 1 |