CVSROOT: /cvs Module name: ports Changes by: [email protected] 2014/03/27 16:03:48
Added files:
www/webkit/patches:
patch-Source_WebKit2_Platform_IPC_Connection_h
patch-Source_WebKit2_UIProcess_StatisticsRequest_cpp
Log message:
Fix gtk3 FLAVOR / Webkit2 on powerpc. Using std::atomic on a 64 bits
type wont fly on a 32 bits arch.. since gcc wont have atomic builtins
for it. #ifdef out the templatization as a workaround for now.
https://bugs.webkit.org/show_bug.cgi?id=130837
