d417c4
diff -up firefox-60.0/memory/build/mozjemalloc.cpp.ppc-jemalloc firefox-60.0/memory/build/mozjemalloc.cpp
d417c4
--- firefox-60.0/memory/build/mozjemalloc.cpp.ppc-jemalloc	2018-06-06 14:39:28.454371053 +0200
d417c4
+++ firefox-60.0/memory/build/mozjemalloc.cpp	2018-06-06 14:39:40.242397928 +0200
d417c4
@@ -180,7 +180,7 @@ using namespace mozilla;
d417c4
 // Debug builds are opted out too, for test coverage.
d417c4
 #ifndef MOZ_DEBUG
d417c4
 #if !defined(__ia64__) && !defined(__sparc__) && !defined(__mips__) &&         \
d417c4
-  !defined(__aarch64__)
d417c4
+  !defined(__aarch64__) && !defined(__powerpc__)
d417c4
 #define MALLOC_STATIC_PAGESIZE 1
d417c4
 #endif
29a772
 #endif