<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#c6">Comment # 6</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:lrn1986&#64;gmail.com" title="LRN &lt;lrn1986&#64;gmail.com&gt;"> <span class="fn">LRN</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=143758#c5">comment #5</a>)
<span class="quote">&gt; I also patch the same file with this, to be able to build it in webkit-2.4
&gt; branch at revision 182543:
&gt; 
&gt; ---
&gt; webkitgtk-2.4.9.orig/Source/WebCore/platform/graphics/freetype/
&gt; FontPlatformDataFreeType.cpp        2015-04-08 16:19:51 +0000
&gt; +++
&gt; webkitgtk-2.4.9/Source/WebCore/platform/graphics/freetype/
&gt; FontPlatformDataFreeType.cpp        2015-04-08 17:11:16 +0000
&gt; &#64;&#64; -32,6 +32,7 &#64;&#64;
&gt;  #include &lt;ft2build.h&gt;
&gt;  #include FT_TRUETYPE_TABLES_H
&gt;  #include &lt;wtf/text/WTFString.h&gt;
&gt; +#include &lt;wtf/MathExtras.h&gt;
&gt;  
&gt;  #if !PLATFORM(EFL)
&gt;  #include &lt;gdk/gdk.h&gt;</span >

What error do you get when you compile without this change? Do you apply any other math-related patches (apart from <span class=""><a href="attachment.cgi?id=250803&amp;action=diff" name="attach_250803" title="Use piOverTwoDouble instead of M_PI_2">attachment 250803</a> <a href="attachment.cgi?id=250803&amp;action=edit" title="Use piOverTwoDouble instead of M_PI_2">[details]</a></span> or its equivalent) that might need this include?</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>