From ae52bc80895a23ddbe33b86e75a9cf331ae32ba9 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Fri, 10 Apr 2009 05:56:28 +0000 Subject: Presenting GNOME 2.26 for FreeBSD. See http://library.gnome.org/misc/release-notes/2.26/ for a list of what's new. On the FreeBSD front, we introduced a port of libxul 1.9 as an alternative for Firefox 2.0 as a Gecko provider. Almost all of the Gecko consumers can make use of this provider by setting: WITH_GECKO=libxul The GNOME 2.26 port was done by ahze, kwm, marcus, and mezz with contributions by Joseph S. Atkinson, Peter Wemm, Eric L. Chen, Martin Matuska, Craig Butler, and Pawel Worach. --- audio/pulseaudio/files/patch-src_pulse_context.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 audio/pulseaudio/files/patch-src_pulse_context.c (limited to 'audio/pulseaudio/files/patch-src_pulse_context.c') diff --git a/audio/pulseaudio/files/patch-src_pulse_context.c b/audio/pulseaudio/files/patch-src_pulse_context.c new file mode 100644 index 000000000000..fda93a2a65c7 --- /dev/null +++ b/audio/pulseaudio/files/patch-src_pulse_context.c @@ -0,0 +1,11 @@ +--- 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; -- cgit v1.2.3