aboutsummaryrefslogtreecommitdiff
path: root/audio/pulseaudio
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2013-03-09 23:06:17 +0000
committerKoop Mast <kwm@FreeBSD.org>2013-03-09 23:06:17 +0000
commit7fa4997d9cdce0be6a7cbb54ab28f3dd58d1a0fb (patch)
tree3f1e320b9f9e66678251f7fc49f7362a6d99d2b9 /audio/pulseaudio
parent7abcb9228c978e8d98fe98450b6fcddea2866bc3 (diff)
downloadports-7fa4997d9cdce0be6a7cbb54ab28f3dd58d1a0fb.tar.gz
ports-7fa4997d9cdce0be6a7cbb54ab28f3dd58d1a0fb.zip
Notes
Diffstat (limited to 'audio/pulseaudio')
-rw-r--r--audio/pulseaudio/files/patch-src_pulsecore_cpu-arm.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/pulseaudio/files/patch-src_pulsecore_cpu-arm.c b/audio/pulseaudio/files/patch-src_pulsecore_cpu-arm.c
new file mode 100644
index 000000000000..4e7d9a8fe616
--- /dev/null
+++ b/audio/pulseaudio/files/patch-src_pulsecore_cpu-arm.c
@@ -0,0 +1,14 @@
+--- src/pulsecore/cpu-arm.c.orig 2011-06-23 20:18:54.443125000 +0000
++++ src/pulsecore/cpu-arm.c 2013-03-09 23:00:50.000000000 +0000
+@@ -82,10 +82,10 @@
+
+ void pa_cpu_init_arm (void) {
+ #if defined (__arm__)
++ pa_cpu_arm_flag_t flags = 0;
+ #if defined (__linux__)
+ char *cpuinfo, *line;
+ int arch;
+- pa_cpu_arm_flag_t flags = 0;
+
+ /* We need to read the CPU flags from /proc/cpuinfo because there is no user
+ * space support to get the CPU features. This only works on linux AFAIK. */