From 7450130c23cfe76519be8bad69274566c64dc091 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Sun, 15 Sep 2019 16:15:03 +0000 Subject: audio/pulseaudio: update to 13.0 - Connect tests to the framework Changes: https://www.freedesktop.org/wiki/Software/PulseAudio/Notes/13.0/ ABI: https://abi-laboratory.pro/tracker/timeline/pulseaudio/ PR: 240585 Submitted by: lightside@gmx.com --- audio/pulseaudio/files/patch-src_tests_atomic-test.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 audio/pulseaudio/files/patch-src_tests_atomic-test.c (limited to 'audio/pulseaudio/files/patch-src_tests_atomic-test.c') diff --git a/audio/pulseaudio/files/patch-src_tests_atomic-test.c b/audio/pulseaudio/files/patch-src_tests_atomic-test.c new file mode 100644 index 000000000000..bc194e7ffe99 --- /dev/null +++ b/audio/pulseaudio/files/patch-src_tests_atomic-test.c @@ -0,0 +1,14 @@ +--- src/tests/atomic-test.c.orig 2019-09-13 13:10:23 UTC ++++ src/tests/atomic-test.c +@@ -51,6 +51,11 @@ + + #define MEMORY_SIZE (8 * 2 * 1024 * 1024) + ++#ifdef __FreeBSD__ ++#include ++#define cpu_set_t cpuset_t ++#endif ++ + + typedef struct io_t { + pa_atomic_t *flag; -- cgit v1.2.3