forked from Lainports/freebsd-ports
- Update www/libxul to 10.0.7 - Update all dependent ports to use www/libxul19 (no functional changes) - Bump PORTREVISION on ports where libxul is a run dependency as the resulting package will change. Submitted by: Jan Beich <jbeich@tormail.org> With hat: gecko
11 lines
516 B
Text
11 lines
516 B
Text
--- toolkit/xre/nsAppRunner.cpp~
|
|
+++ toolkit/xre/nsAppRunner.cpp
|
|
@@ -3133,7 +3133,7 @@ XRE_main(int argc, char* argv[], const n
|
|
gQtOnlyArgv[gQtOnlyArgc] = nsnull;
|
|
#endif
|
|
#if defined(MOZ_WIDGET_GTK2)
|
|
-#ifdef MOZ_MEMORY
|
|
+#if defined(MOZ_MEMORY) || defined(__FreeBSD__) || defined(__NetBSD__)
|
|
// Disable the slice allocator, since jemalloc already uses similar layout
|
|
// algorithms, and using a sub-allocator tends to increase fragmentation.
|
|
// This must be done before g_thread_init() is called.
|