[SVN-Commit] r1065 - in trunk: mail/thunderbird/files www/firefox-nightly/files www/firefox/files www/seamonkey/files

svn-freebsd-gecko at chruetertee.ch svn-freebsd-gecko at chruetertee.ch
Wed Oct 10 00:26:57 UTC 2012


Author: jbeich
Date: Wed Oct 10 00:26:50 2012
New Revision: 1065

Log:
unbreak --enable-jemalloc for windows

Submitted by:	mh at glandium.org (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>


More information about the freebsd-gecko mailing list