From f965f2b7a629ee40146703dfee005c5b22d5abca Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 1 Dec 2011 13:35:06 +0000 Subject: testing/thunderbird: new aport Mozilla Thunderbird mail/newsgroup client http://www.mozilla.org/projects/thunderbird/ --- testing/thunderbird/mozalloc_usable_size.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 testing/thunderbird/mozalloc_usable_size.patch (limited to 'testing/thunderbird/mozalloc_usable_size.patch') diff --git a/testing/thunderbird/mozalloc_usable_size.patch b/testing/thunderbird/mozalloc_usable_size.patch new file mode 100644 index 0000000000..9b6740dcee --- /dev/null +++ b/testing/thunderbird/mozalloc_usable_size.patch @@ -0,0 +1,11 @@ +--- ./mozilla/memory/mozalloc/mozalloc.cpp.orig ++++ ./mozilla/memory/mozalloc/mozalloc.cpp +@@ -266,7 +266,7 @@ + + #if defined(XP_MACOSX) + return malloc_size(ptr); +-#elif defined(MOZ_MEMORY) ++#elif defined(MOZ_MEMORY) && !defined(__UCLIBC__) + return malloc_usable_size(ptr); + #elif defined(XP_WIN) + return _msize(ptr); -- cgit v1.2.3