Author: jbeich Date: Wed Oct 10 00:26:50 2012 New Revision: 1065 Log: unbreak --enable-jemalloc for windows
Submitted by: [email protected] (via bugzilla) Modified: trunk/mail/thunderbird/files/patch-bug788955 trunk/www/firefox-nightly/files/patch-bug788955 trunk/www/firefox/files/patch-bug788955 trunk/www/seamonkey/files/patch-bug788955 Modified: trunk/mail/thunderbird/files/patch-bug788955 ============================================================================== --- trunk/mail/thunderbird/files/patch-bug788955 Wed Oct 10 00:14:46 2012 (r1064) +++ trunk/mail/thunderbird/files/patch-bug788955 Wed Oct 10 00:26:50 2012 (r1065) @@ -157,7 +157,7 @@ + /* Override some jemalloc defaults */ -const char *je_malloc_conf = "narenas:1,lg_chunk:20"; -+MOZ_IMPORT_DATA(const char *) wrap(malloc_conf) = "narenas:1,lg_chunk:20"; ++MOZ_EXPORT_DATA(const char *) wrap(malloc_conf) = "narenas:1,lg_chunk:20"; #ifdef ANDROID #include <android/log.h> Modified: trunk/www/firefox-nightly/files/patch-bug788955 ============================================================================== --- trunk/www/firefox-nightly/files/patch-bug788955 Wed Oct 10 00:14:46 2012 (r1064) +++ trunk/www/firefox-nightly/files/patch-bug788955 Wed Oct 10 00:26:50 2012 (r1065) @@ -147,7 +147,7 @@ + /* Override some jemalloc defaults */ -const char *je_malloc_conf = "narenas:1,lg_chunk:20"; -+MOZ_IMPORT_DATA(const char *) wrap(malloc_conf) = "narenas:1,lg_chunk:20"; ++MOZ_EXPORT_DATA(const char *) wrap(malloc_conf) = "narenas:1,lg_chunk:20"; #ifdef ANDROID #include <android/log.h> Modified: trunk/www/firefox/files/patch-bug788955 ============================================================================== --- trunk/www/firefox/files/patch-bug788955 Wed Oct 10 00:14:46 2012 (r1064) +++ trunk/www/firefox/files/patch-bug788955 Wed Oct 10 00:26:50 2012 (r1065) @@ -157,7 +157,7 @@ + /* Override some jemalloc defaults */ -const char *je_malloc_conf = "narenas:1,lg_chunk:20"; -+MOZ_IMPORT_DATA(const char *) wrap(malloc_conf) = "narenas:1,lg_chunk:20"; ++MOZ_EXPORT_DATA(const char *) wrap(malloc_conf) = "narenas:1,lg_chunk:20"; #ifdef ANDROID #include <android/log.h> Modified: trunk/www/seamonkey/files/patch-bug788955 ============================================================================== --- trunk/www/seamonkey/files/patch-bug788955 Wed Oct 10 00:14:46 2012 (r1064) +++ trunk/www/seamonkey/files/patch-bug788955 Wed Oct 10 00:26:50 2012 (r1065) @@ -157,7 +157,7 @@ + /* Override some jemalloc defaults */ -const char *je_malloc_conf = "narenas:1,lg_chunk:20"; -+MOZ_IMPORT_DATA(const char *) wrap(malloc_conf) = "narenas:1,lg_chunk:20"; ++MOZ_EXPORT_DATA(const char *) wrap(malloc_conf) = "narenas:1,lg_chunk:20"; #ifdef ANDROID #include <android/log.h> _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "[email protected]"
