18 lines
360 B
Plaintext
18 lines
360 B
Plaintext
$OpenBSD: patch-src_pulse_c,v 1.1 2019/07/06 20:20:27 jasper Exp $
|
|
|
|
Neuter pulseaudio bits
|
|
|
|
Index: src/pulse.c
|
|
--- src/pulse.c.orig
|
|
+++ src/pulse.c
|
|
@@ -1,3 +1,4 @@
|
|
+#ifndef __OpenBSD__
|
|
// vim:ts=4:sw=4:expandtab
|
|
#include <config.h>
|
|
#include <string.h>
|
|
@@ -337,3 +338,4 @@ bool pulse_initialize(void) {
|
|
}
|
|
return true;
|
|
}
|
|
+#endif /* !__OpenBSD__ */
|