summaryrefslogtreecommitdiffstats
path: root/audio/pulseaudio/files/extra-patch-src_pulse_context.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/pulseaudio/files/extra-patch-src_pulse_context.c')
-rw-r--r--audio/pulseaudio/files/extra-patch-src_pulse_context.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/audio/pulseaudio/files/extra-patch-src_pulse_context.c b/audio/pulseaudio/files/extra-patch-src_pulse_context.c
deleted file mode 100644
index fda93a2a6..000000000
--- a/audio/pulseaudio/files/extra-patch-src_pulse_context.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/pulse/context.c.orig 2009-03-08 14:33:36.000000000 -0400
-+++ src/pulse/context.c 2009-03-08 14:33:42.000000000 -0400
-@@ -664,7 +664,7 @@ static int context_autospawn(pa_context
- n = 0;
-
- argv[n++] = c->conf->daemon_binary;
-- argv[n++] = "--start";
-+ argv[n++] = "-D";
-
- while (n < MAX_ARGS) {
- char *a;