diff options
author | jmcneill <jmcneill> | 2010-02-01 15:00:20 +0000 |
---|---|---|
committer | jmcneill <jmcneill> | 2010-02-01 15:00:20 +0000 |
commit | f2222dbe37eec893988f96096aea399f096e0c2f (patch) | |
tree | 6690fa66065a5b1d0f475cbd255c6d1550a826e2 /audio/pulseaudio/patches/patch-af | |
parent | 1c67e6acd085aa059da72cff2bcafb5470d37473 (diff) | |
download | pkgsrc-f2222dbe37eec893988f96096aea399f096e0c2f.tar.gz |
Update pulseaudio to 0.9.21.
Too many changes to list here:
http://pulseaudio.org/milestone/0.9.15
http://pulseaudio.org/milestone/0.9.16
http://pulseaudio.org/milestone/0.9.17
http://pulseaudio.org/milestone/0.9.18
http://pulseaudio.org/milestone/0.9.19
http://pulseaudio.org/milestone/0.9.20
http://pulseaudio.org/milestone/0.9.21
Diffstat (limited to 'audio/pulseaudio/patches/patch-af')
-rw-r--r-- | audio/pulseaudio/patches/patch-af | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/audio/pulseaudio/patches/patch-af b/audio/pulseaudio/patches/patch-af index 9de7b4ff145..1fff3b65097 100644 --- a/audio/pulseaudio/patches/patch-af +++ b/audio/pulseaudio/patches/patch-af @@ -1,13 +1,13 @@ -$NetBSD: patch-af,v 1.1.1.1 2008/12/18 14:42:56 jmcneill Exp $ +$NetBSD: patch-af,v 1.2 2010/02/01 15:00:20 jmcneill Exp $ ---- src/daemon/default.pa.in.orig 2008-12-18 08:30:19.000000000 -0500 -+++ src/daemon/default.pa.in -@@ -87,7 +87,7 @@ load-module module-rescue-streams - load-module module-always-sink +--- src/pulse/util.c.orig 2010-02-01 14:18:18.000000000 +0000 ++++ src/pulse/util.c +@@ -178,7 +178,7 @@ char *pa_get_binary_name(char *s, size_t + } + #endif - ### Automatically suspend sinks/sources that become idle for too long --load-module module-suspend-on-idle -+#load-module module-suspend-on-idle - - ### If autoexit on idle is enabled we want to make sure we only quit - ### when no local session needs us anymore. +-#ifdef __linux__ ++#if defined(__linux__) || defined(__NetBSD__) + { + char *rp; + /* This works on Linux only */ |