summaryrefslogtreecommitdiff
path: root/x11/i3status/files/patch-src_pulse.c
blob: c7bdcb952a758088ffe015ce206be1371bd996be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- src/pulse.c.orig	2019-01-23 08:03:56 UTC
+++ src/pulse.c
@@ -1,3 +1,4 @@
+#ifndef __FreeBSD__
 // vim:ts=4:sw=4:expandtab
 #include <config.h>
 #include <string.h>
@@ -337,3 +338,4 @@ bool pulse_initialize(void) {
     }
     return true;
 }
+#endif