diff options
author | Koop Mast <kwm@FreeBSD.org> | 2009-04-24 06:38:26 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2009-04-24 06:38:26 +0000 |
commit | 84cba0b9274ca2833e503ce816439bff738d2dbe (patch) | |
tree | 3596d301f3fa56467f67e1819587bba202ec692b /audio/pulseaudio/files/patch-src_pulse_context.c | |
parent | - update to 0.635 (diff) |
Presenting GNOME 2.26.1 for FreeBSD.
Approved by: portmgr (marcus)
Notes
Notes:
svn path=/head/; revision=232642
Diffstat (limited to 'audio/pulseaudio/files/patch-src_pulse_context.c')
-rw-r--r-- | audio/pulseaudio/files/patch-src_pulse_context.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/audio/pulseaudio/files/patch-src_pulse_context.c b/audio/pulseaudio/files/patch-src_pulse_context.c deleted file mode 100644 index fda93a2a65c7..000000000000 --- a/audio/pulseaudio/files/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; |