<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - WebCore uses M_PI_2 instead of piOverTwoDouble"
   href="https://bugs.webkit.org/show_bug.cgi?id=143758#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - WebCore uses M_PI_2 instead of piOverTwoDouble"
   href="https://bugs.webkit.org/show_bug.cgi?id=143758">bug 143758</a>
              from <span class="vcard"><a class="email" href="mailto:mcrha&#64;redhat.com" title="Milan Crha &lt;mcrha&#64;redhat.com&gt;"> <span class="fn">Milan Crha</span></a>
</span></b>
        <pre>I also patch the same file with this, to be able to build it in webkit-2.4 branch at revision 182543:

--- webkitgtk-2.4.9.orig/Source/WebCore/platform/graphics/freetype/FontPlatformDataFreeType.cpp    2015-04-08 16:19:51 +0000
+++ webkitgtk-2.4.9/Source/WebCore/platform/graphics/freetype/FontPlatformDataFreeType.cpp    2015-04-08 17:11:16 +0000
&#64;&#64; -32,6 +32,7 &#64;&#64;
 #include &lt;ft2build.h&gt;
 #include FT_TRUETYPE_TABLES_H
 #include &lt;wtf/text/WTFString.h&gt;
+#include &lt;wtf/MathExtras.h&gt;

 #if !PLATFORM(EFL)
 #include &lt;gdk/gdk.h&gt;</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>