summaryrefslogtreecommitdiffstats
path: root/meta-openmoko/packages/pulseaudio/files/gcc4-compile-fix.patch
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-04-21 17:40:55 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2009-04-21 17:40:55 +0100
commit5df6deaa32e4f6d0a8985403970a137270491991 (patch)
treebfc61fc292038a9cf5c35e0dccc8d7c101e96085 /meta-openmoko/packages/pulseaudio/files/gcc4-compile-fix.patch
parent12856d95a7e729914f8d0dbe55d9c28df65bc718 (diff)
downloadpoky-5df6deaa32e4f6d0a8985403970a137270491991.tar.gz
puslseaudio: Upgrade to 0.9.10
Upgrade to 0.9.10, moving pulseaudio to meta-moblin cleaning up and merging in some changes from OE.dev. Also add libcanberra 0.10. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta-openmoko/packages/pulseaudio/files/gcc4-compile-fix.patch')
-rw-r--r--meta-openmoko/packages/pulseaudio/files/gcc4-compile-fix.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta-openmoko/packages/pulseaudio/files/gcc4-compile-fix.patch b/meta-openmoko/packages/pulseaudio/files/gcc4-compile-fix.patch
deleted file mode 100644
index 34ad026e4d..0000000000
--- a/meta-openmoko/packages/pulseaudio/files/gcc4-compile-fix.patch
+++ /dev/null
@@ -1,18 +0,0 @@
1| fix for more strict syntax compliance in gcc4.x
2| pulsecore/core-util.c: In function 'pa_raise_priority':
3| pulsecore/core-util.c:547: error: label at end of compound statement
4| Signed off: mickey@openmoko.org
5|
6Index: pulseaudio-0.9.6/src/pulsecore/core-util.c
7===================================================================
8--- pulseaudio-0.9.6.orig/src/pulsecore/core-util.c
9+++ pulseaudio-0.9.6/src/pulsecore/core-util.c
10@@ -535,7 +535,7 @@ void pa_raise_priority(void) {
11 pa_log_info("Successfully gained high priority class.");
12 #endif
13
14-fail:
15+fail:;
16
17 #if defined(HAVE_SYS_CAPABILITY_H)
18 if (caps) {