Description: otherwise we crash Index: qt4-x11/src/3rdparty/webkit/Source/JavaScriptCore/wtf/Platform.h =================================================================== --- qt4-x11.orig/src/3rdparty/webkit/Source/JavaScriptCore/wtf/Platform.h 2014-04-29 17:33:00.728319789 +0400 +++ qt4-x11/src/3rdparty/webkit/Source/JavaScriptCore/wtf/Platform.h 2014-04-29 17:33:06.418155206 +0400 @@ -882,6 +882,10 @@ #endif #endif +#if OS(SOLARIS) +#define USE_SYSTEM_MALLOC 1 +#endif + /* fastMalloc match validation allows for runtime verification that new is matched by delete, fastMalloc is matched by fastFree, etc. */ #if !defined(ENABLE_FAST_MALLOC_MATCH_VALIDATION) Index: qt4-x11/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h =================================================================== --- qt4-x11.orig/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h 2014-04-29 17:33:04.278454232 +0400 +++ qt4-x11/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h 2014-04-29 17:33:31.751663516 +0400 @@ -741,6 +741,10 @@ #define HAVE_TIMEGM 1 #endif +#if OS(SOLARIS) +#define USE_SYSTEM_MALLOC 1 +#endif + #if OS(DARWIN) #define HAVE_ERRNO_H 1