[Webkit-unassigned] [Bug 144560] [GTK] Fix combinations of PLATFORM(GTK) and OS(DARWIN)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 10 11:50:36 PDT 2015


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

--- Comment #6 from Philip Chimento <philip.chimento at gmail.com> ---
Here's a patch for master.

Additionally it needs the following:

--- /dev/null    2015-05-09 12:32:34.000000000 -0700
+++ a/Source/bmalloc/PlatformGTK.cmake    2015-05-09 12:33:13.000000000 -0700
@@ -0,0 +1,5 @@
+if (CMAKE_SYSTEM_NAME MATCHES "Darwin")
+    list(APPEND bmalloc_SOURCES
+        bmalloc/Zone.cpp
+    )
+endif ()

I don't know how to get webkit-patch to recognize that.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150510/fe02bf4f/attachment.html>


More information about the webkit-unassigned mailing list