summaryrefslogtreecommitdiff
path: root/meta-moblin/packages/pulseaudio/pulseaudio-0.9.12/gcc4-compile-fix.patch
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-05-22 17:29:23 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2009-05-22 17:29:23 +0100
commitd7568d312b2f697511d225cfa13ecde96a9a6b92 (patch)
treefdb2465dc7eebfc2b49e7225f7bc916e958407f0 /meta-moblin/packages/pulseaudio/pulseaudio-0.9.12/gcc4-compile-fix.patch
parentddc0eecb085684dbaeb9015f3018ae009d2dc9c0 (diff)
downloadopenembedded-core-d7568d312b2f697511d225cfa13ecde96a9a6b92.tar.gz
openembedded-core-d7568d312b2f697511d225cfa13ecde96a9a6b92.tar.bz2
openembedded-core-d7568d312b2f697511d225cfa13ecde96a9a6b92.tar.xz
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.12/gcc4-compile-fix.patch')
-rw-r--r--meta-moblin/packages/pulseaudio/pulseaudio-0.9.12/gcc4-compile-fix.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta-moblin/packages/pulseaudio/pulseaudio-0.9.12/gcc4-compile-fix.patch b/meta-moblin/packages/pulseaudio/pulseaudio-0.9.12/gcc4-compile-fix.patch
deleted file mode 100644
index 34ad026e4..000000000
--- a/meta-moblin/packages/pulseaudio/pulseaudio-0.9.12/gcc4-compile-fix.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-| 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) {