Date: Sat, 9 Mar 2013 23:10:01 GMT From: dfilter@FreeBSD.ORG (dfilter service) To: gnome@FreeBSD.org Subject: Re: ports/176794: commit references a PR Message-ID: <201303092310.r29NA1CJ063276@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/176794; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/176794: commit references a PR Date: Sat, 9 Mar 2013 23:06:26 +0000 (UTC) Author: kwm Date: Sat Mar 9 23:06:17 2013 New Revision: 313775 URL: http://svnweb.freebsd.org/changeset/ports/313775 Log: Make pulseaudio compile on the arm platform. PR: ports/176794 Submitted by: Olivier Cochard-Labbe <olivier@cochard.me> Added: head/audio/pulseaudio/files/patch-src_pulsecore_cpu-arm.c (contents, props changed) Added: head/audio/pulseaudio/files/patch-src_pulsecore_cpu-arm.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/pulseaudio/files/patch-src_pulsecore_cpu-arm.c Sat Mar 9 23:06:17 2013 (r313775) @@ -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. */ _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303092310.r29NA1CJ063276>