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