remove this hackish patch as this file is not getting build now
This commit is contained in:
parent
ef5087cffd
commit
769c028757
@ -1,17 +0,0 @@
|
||||
$OpenBSD: patch-src_pulse_c,v 1.2 2021/12/06 09:51:29 robert 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>
|
||||
@@ -338,3 +339,4 @@ bool pulse_initialize(void) {
|
||||
}
|
||||
return true;
|
||||
}
|
||||
+#endif /* !__OpenBSD__ */
|
Loading…
x
Reference in New Issue
Block a user