remove this hackish patch as this file is not getting build now

This commit is contained in:
robert 2021-12-06 10:48:27 +00:00
parent ef5087cffd
commit 769c028757

View File

@ -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__ */