[Webkit-unassigned] [Bug 120294] New: Buildfix for non Mac platforms

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 26 02:48:02 PDT 2013


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

           Summary: Buildfix for non Mac platforms
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ossy at webkit.org
            Blocks: 108832


We should check if __MAC_OS_X_VERSION_MIN_REQUIRED macro is defined or not:

-#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 1090
+#if defined(__MAC_OS_X_VERSION_MIN_REQUIRED) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 1090

Patch is coming.

-- 
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