Bug 13888 - [gdk] Build fixlet on Darwin
Summary: [gdk] Build fixlet on Darwin
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-26 18:51 PDT by Holger Freyther
Modified: 2007-05-27 19:19 PDT (History)
0 users

See Also:


Attachments
Allow building the Gdk port on darwin/OSX (976 bytes, patch)
2007-05-26 18:53 PDT, Holger Freyther
mrowe: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Holger Freyther 2007-05-26 18:51:13 PDT
Allow to build the Gdk port on Darwin. Currently both MAC and GDK will be defined due the order of the #defines in Platform.h
Comment 1 Holger Freyther 2007-05-26 18:53:13 PDT
Created attachment 14743 [details]
Allow building the Gdk port on darwin/OSX

Without this patch it is not possible to build the Gdk port on OSX. Currently it is possible that WTF_PLATFORM_MAC and WTF_PLATFORM_GDK are defined leading to breakage during the build.
Comment 2 Mark Rowe (bdash) 2007-05-27 12:55:37 PDT
Comment on attachment 14743 [details]
Allow building the Gdk port on darwin/OSX

r=me
Comment 3 Sam Weinig 2007-05-27 19:19:05 PDT
Landed in r21830.