714dda
diff -up firefox-60.5.0/memory/build/mozjemalloc.cpp.jemalloc-ppc firefox-60.5.0/memory/build/mozjemalloc.cpp
714dda
--- firefox-60.5.0/memory/build/mozjemalloc.cpp.jemalloc-ppc	2019-01-22 10:25:30.764207480 +0100
714dda
+++ firefox-60.5.0/memory/build/mozjemalloc.cpp	2019-01-22 10:28:48.352235343 +0100
714dda
@@ -180,7 +180,7 @@ using namespace mozilla;
714dda
 // Debug builds are opted out too, for test coverage.
714dda
 #ifndef MOZ_DEBUG
714dda
 #if !defined(__ia64__) && !defined(__sparc__) && !defined(__mips__) && \
714dda
-    !defined(__aarch64__)
714dda
+    !defined(__aarch64__) && !defined(__powerpc__)
714dda
 #define MALLOC_STATIC_PAGESIZE 1
714dda
 #endif
714dda
 #endif