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