1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/x11/i3status/files/patch-src_pulse.c
Baptiste Daroussin 23b3ba1988 Update to 2.13
2019-08-29 13:29:51 +00:00

13 lines
254 B
C

--- 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