Bug 150502 - [GTK][Mac] fix WTF build
Summary: [GTK][Mac] fix WTF build
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 126492
  Show dependency treegraph
 
Reported: 2015-10-23 08:46 PDT by Philippe Normand
Modified: 2015-10-30 01:18 PDT (History)
2 users (show)

See Also:


Attachments
patch (1.44 KB, patch)
2015-10-23 09:00 PDT, Philippe Normand
achristensen: review+
achristensen: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Normand 2015-10-23 08:46:50 PDT
spi/darwin/CommonCryptoSPI.h is missing in the CMakeFile.
Comment 1 Philippe Normand 2015-10-23 09:00:38 PDT
Created attachment 263928 [details]
patch
Comment 2 Michael Catanzaro 2015-10-26 23:41:28 PDT
Looks sane to me. I guess this is needed for the Mac port as well? Alex?
Comment 3 Alex Christensen 2015-10-29 20:37:29 PDT
Comment on attachment 263928 [details]
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=263928&action=review

I put this directory in PlatformMac.cmake.  I guess it's good here, too. r=me

> Source/WTF/ChangeLog:4
> +        [GTK][Mac] disable OBJC JSC API
> +        https://bugs.webkit.org/show_bug.cgi?id=150500

This isn't correct.
Comment 4 Philippe Normand 2015-10-30 01:18:30 PDT
Committed r191782: <http://trac.webkit.org/changeset/191782>