CVSROOT: /cvs Module name: ports Changes by: [email protected] 2016/02/09 09:20:15
Added files:
audio/pulseaudio/patches: patch-src_pulsecore_macro_h
Log message:
Fix build on mips64. Attempts to use PAGE_SIZE in userspace fail
because the macro refers to PAGE_SHIFT which is visible in kernel code
only. As page size varies between mips64 systems, the size has to be
determined at runtime.
Input and OK jasper@
