diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-05-22 17:29:23 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-05-22 17:29:23 +0100 |
commit | d7568d312b2f697511d225cfa13ecde96a9a6b92 (patch) | |
tree | fdb2465dc7eebfc2b49e7225f7bc916e958407f0 /meta-moblin/packages/pulseaudio/pulseaudio-0.9.15/gcc4-compile-fix.patch | |
parent | ddc0eecb085684dbaeb9015f3018ae009d2dc9c0 (diff) | |
download | openembedded-core-d7568d312b2f697511d225cfa13ecde96a9a6b92.tar.gz openembedded-core-d7568d312b2f697511d225cfa13ecde96a9a6b92.tar.bz2 openembedded-core-d7568d312b2f697511d225cfa13ecde96a9a6b92.zip |
pulseaudio: 0.9.12 -> 0.9.15 plus several build/packaging fixes and enabling dbus/consolekit/hal/x functionality
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta-moblin/packages/pulseaudio/pulseaudio-0.9.15/gcc4-compile-fix.patch')
-rw-r--r-- | meta-moblin/packages/pulseaudio/pulseaudio-0.9.15/gcc4-compile-fix.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-moblin/packages/pulseaudio/pulseaudio-0.9.15/gcc4-compile-fix.patch b/meta-moblin/packages/pulseaudio/pulseaudio-0.9.15/gcc4-compile-fix.patch new file mode 100644 index 0000000000..34ad026e4d --- /dev/null +++ b/meta-moblin/packages/pulseaudio/pulseaudio-0.9.15/gcc4-compile-fix.patch @@ -0,0 +1,18 @@ +| fix for more strict syntax compliance in gcc4.x +| pulsecore/core-util.c: In function 'pa_raise_priority': +| pulsecore/core-util.c:547: error: label at end of compound statement +| Signed off: mickey@openmoko.org +| +Index: pulseaudio-0.9.6/src/pulsecore/core-util.c +=================================================================== +--- pulseaudio-0.9.6.orig/src/pulsecore/core-util.c ++++ pulseaudio-0.9.6/src/pulsecore/core-util.c +@@ -535,7 +535,7 @@ void pa_raise_priority(void) { + pa_log_info("Successfully gained high priority class."); + #endif + +-fail: ++fail:; + + #if defined(HAVE_SYS_CAPABILITY_H) + if (caps) { |