python-texttable: update to 1.3.1
[void-packages.git] / srcpkgs / thunderbird / patches / fix-xpcom.patch
blobe9d72df868149f56d89aa63cb80b1271f93c9eb6
1 --- mozilla/xpcom/base/nsMemoryReporterManager.cpp.orig 2015-12-16 11:53:14.211144456 +0100
2 +++ mozilla/xpcom/base/nsMemoryReporterManager.cpp 2015-12-16 11:55:26.859476381 +0100
3 @@ -46,7 +46,7 @@ using namespace mozilla;
4 # include "mozmemory.h"
5 #endif // MOZ_MEMORY
7 -#if defined(XP_LINUX)
8 +#if defined(XP_LINUX) && defined(__GLIBC__)
10 #include <malloc.h>
11 #include <string.h>