Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Oct 2012 00:26:51 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r1065 - in trunk: mail/thunderbird/files www/firefox-nightly/files www/firefox/files www/seamonkey/files
Message-ID:  <201210100026.q9A0Qptu078440@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Wed Oct 10 00:26:50 2012
New Revision: 1065

Log:
unbreak --enable-jemalloc for windows

Submitted by:	mh@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210100026.q9A0Qptu078440>