diff options
| author | Joseph Benden <joe@benden.us> | 2019-07-18 00:10:48 +0000 |
|---|---|---|
| committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2019-08-28 12:33:37 +0000 |
| commit | 641fc95383be633859e0c4cd1a22b95b3ef10c79 (patch) | |
| tree | 7cb0a88f781352d32de2fa1ca85b57cb60169182 /testing/thunderbird/mallinfo.patch | |
| parent | 76a5e58c61aa5b678248a6eff0937cdf4a924acb (diff) | |
| download | aports-641fc95383be633859e0c4cd1a22b95b3ef10c79.tar.bz2 aports-641fc95383be633859e0c4cd1a22b95b3ef10c79.tar.xz | |
testing/thunderbird: new aport
https://www.thunderbird.net/
Thunderbird email client with package for GPG encrypted email
(Enigmail).
Signed-off-by: Joseph Benden <joe@benden.us>
Diffstat (limited to 'testing/thunderbird/mallinfo.patch')
| -rw-r--r-- | testing/thunderbird/mallinfo.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/testing/thunderbird/mallinfo.patch b/testing/thunderbird/mallinfo.patch new file mode 100644 index 0000000000..91c65dd059 --- /dev/null +++ b/testing/thunderbird/mallinfo.patch @@ -0,0 +1,18 @@ +--- a/xpcom/base/nsMemoryReporterManager.cpp ++++ b/xpcom/base/nsMemoryReporterManager.cpp +@@ -153,6 +153,7 @@ ResidentUniqueDistinguishedAmount(int64_t* aN) + return GetProcSelfSmapsPrivate(aN); + } + ++#ifdef __GLIBC__ + #define HAVE_SYSTEM_HEAP_REPORTER 1 + nsresult + SystemHeapSize(int64_t* aSizeOut) +@@ -172,6 +173,7 @@ SystemHeapSize(int64_t* aSizeOut) + *aSizeOut = size_t(info.hblkhd) + size_t(info.uordblks); + return NS_OK; + } ++#endif + + #elif defined(__DragonFly__) || defined(__FreeBSD__) \ + || defined(__NetBSD__) || defined(__OpenBSD__) \ |
