<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>35461</bug_id>
          
          <creation_ts>2010-02-26 15:40:25 -0800</creation_ts>
          <short_desc>Fail to build on sparc</short_desc>
          <delta_ts>2011-06-16 23:04:51 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>JavaScriptCore</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Other</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>0</everconfirmed>
          <reporter name="Aurelien Jarno">aurelien</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>barraclough</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>194342</commentid>
    <comment_count>0</comment_count>
    <who name="Aurelien Jarno">aurelien</who>
    <bug_when>2010-02-26 15:40:25 -0800</bug_when>
    <thetext>webkit fails to build on sparc due to a small typo in Platform.h. The patch below fixes the problem.

--- src/3rdparty/webkit/JavaScriptCore/wtf/Platform.h.orig      2010-02-26 23:37:16.000000000 +0000
+++ src/3rdparty/webkit/JavaScriptCore/wtf/Platform.h   2010-02-26 23:37:31.000000000 +0000
@@ -232,7 +232,7 @@

 /* PLATFORM(SPARC) */
 #if PLATFORM(SPARC32) || PLATFORM(SPARC64)
-#define WTF_PLATFORM_SPARC
+#define WTF_PLATFORM_SPARC 1
 #endif

 /* PLATFORM(PPC64) */</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>194412</commentid>
    <comment_count>1</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2010-02-26 19:36:14 -0800</bug_when>
    <thetext>See also: bug 35326. 

Would you be willing to submit a patch for review, as documented in
&lt;http://webkit.org/coding/contributing.html&gt;?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>422434</commentid>
    <comment_count>2</comment_count>
    <who name="Gavin Barraclough">barraclough</who>
    <bug_when>2011-06-16 23:04:51 -0700</bug_when>
    <thetext>This was fixed in r56124</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>