openbsd-ports/audio/pulseaudio/patches/patch-src_pulse_context_c
ajacoutot 7482052466 Update to pulseaudio-2.0.
ok robert@ (maintainer)
2012-05-14 17:45:16 +00:00

16 lines
504 B
Plaintext

$OpenBSD: patch-src_pulse_context_c,v 1.3 2012/05/14 17:45:16 ajacoutot Exp $
- --start doesn't work correctly (yet), so prefer -D.
--- src/pulse/context.c.orig Wed Mar 28 12:53:41 2012
+++ src/pulse/context.c Mon May 14 16:18:28 2012
@@ -701,7 +701,7 @@ static int context_autospawn(pa_context *c) {
/* Setup argv */
argv[n++] = c->conf->daemon_binary;
- argv[n++] = "--start";
+ argv[n++] = "-D";
while (n < PA_ELEMENTSOF(argv)-1) {
char *a;