[Webkit-unassigned] [Bug 35461] New: Fail to build on sparc

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 26 15:40:25 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=35461

           Summary: Fail to build on sparc
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: aurelien at aurel32.net


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) */

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list