about summary refs log tree commit diff
path: root/pkgs/servers/pulseaudio/0005-Include-poll-posix.c-on-darwin.patch
diff options
context:
space:
mode:
authorAndrew Childs <lorne@cons.org.nz>2022-04-19 17:51:25 +0900
committerThiago Kenji Okada <thiagokokada@gmail.com>2022-05-10 10:04:43 +0100
commit9cf2c67910794bf17b28cec21fbb726d9b36fefc (patch)
treec24f6327fa28fcdcc978ab1623d3ff562be66de8 /pkgs/servers/pulseaudio/0005-Include-poll-posix.c-on-darwin.patch
parentf419dc5763c2b3c5580e396dea065b6d8b58ee27 (diff)
libpulseaudio: fix build on x86_64-darwin
Signed-off-by: Thiago Kenji Okada <thiagokokada@gmail.com>
Diffstat (limited to 'pkgs/servers/pulseaudio/0005-Include-poll-posix.c-on-darwin.patch')
-rw-r--r--pkgs/servers/pulseaudio/0005-Include-poll-posix.c-on-darwin.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/pkgs/servers/pulseaudio/0005-Include-poll-posix.c-on-darwin.patch b/pkgs/servers/pulseaudio/0005-Include-poll-posix.c-on-darwin.patch
new file mode 100644
index 0000000000000..4779fce2afd65
--- /dev/null
+++ b/pkgs/servers/pulseaudio/0005-Include-poll-posix.c-on-darwin.patch
@@ -0,0 +1,24 @@
+From 8dee473920d3a331b73a415b37e7e0b01f014110 Mon Sep 17 00:00:00 2001
+From: Andrew Childs <andrew.childs@bibo.com.ph>
+Date: Tue, 19 Apr 2022 17:22:23 +0900
+Subject: [PATCH 5/8] Include poll-posix.c on darwin
+
+---
+ src/meson.build | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/meson.build b/src/meson.build
+index e2860811b..5bd68cb12 100644
+--- a/src/meson.build
++++ b/src/meson.build
+@@ -182,6 +182,7 @@ if host_machine.system() == 'windows'
+ else
+   libpulsecommon_sources += [
+     'pulsecore/mutex-posix.c',
++    'pulsecore/poll-posix.c',
+     'pulsecore/semaphore-posix.c',
+     'pulsecore/thread-posix.c'
+   ]
+-- 
+2.35.1
+