[114086] users/devans/GNOME-3/stable/dports/www/webkit-gtk
devans at macports.org
devans at macports.org
Thu Nov 28 09:20:01 PST 2013
Revision: 114086
https://trac.macports.org/changeset/114086
Author: devans at macports.org
Date: 2013-11-28 09:20:01 -0800 (Thu, 28 Nov 2013)
Log Message:
-----------
GNOME-3/stable/dports: webkit-gtk, additional patches to build on ML, #41560.
Modified Paths:
--------------
users/devans/GNOME-3/stable/dports/www/webkit-gtk/Portfile
Added Paths:
-----------
users/devans/GNOME-3/stable/dports/www/webkit-gtk/files/patch-freetype-includes.diff
Modified: users/devans/GNOME-3/stable/dports/www/webkit-gtk/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/www/webkit-gtk/Portfile 2013-11-28 16:13:38 UTC (rev 114085)
+++ users/devans/GNOME-3/stable/dports/www/webkit-gtk/Portfile 2013-11-28 17:20:01 UTC (rev 114086)
@@ -67,7 +67,8 @@
tiger.patch \
quartz-webcore.patch \
clang-check.patch \
- no-WebCoreLayer.a.patch
+ no-WebCoreLayer.a.patch \
+ patch-freetype-includes.diff
conflicts_build google-test
@@ -264,7 +265,8 @@
}
if {[string match *clang* ${configure.compiler}]} {
- configure.cxxflags-append -Wno-c++11-extensions
+ configure.cxxflags-append -Wno-c++11-extensions -stdlib=libc++
+ configure.ldflags-append -stdlib=libc++
}
livecheck.type regex
Added: users/devans/GNOME-3/stable/dports/www/webkit-gtk/files/patch-freetype-includes.diff
===================================================================
--- users/devans/GNOME-3/stable/dports/www/webkit-gtk/files/patch-freetype-includes.diff (rev 0)
+++ users/devans/GNOME-3/stable/dports/www/webkit-gtk/files/patch-freetype-includes.diff 2013-11-28 17:20:01 UTC (rev 114086)
@@ -0,0 +1,13 @@
+--- Source/WebCore/platform/graphics/harfbuzz/HarfBuzzFaceCairo.cpp.orig 2013-11-28 09:11:39.000000000 -0800
++++ Source/WebCore/platform/graphics/harfbuzz/HarfBuzzFaceCairo.cpp 2013-11-28 09:12:14.000000000 -0800
+@@ -39,8 +39,8 @@
+ #include "TextEncoding.h"
+ #include <cairo-ft.h>
+ #include <cairo.h>
+-#include <freetype/freetype.h>
+-#include <freetype/tttables.h>
++#include <freetype2/freetype.h>
++#include <freetype2/tttables.h>
+ #include <hb.h>
+ #include <wtf/text/CString.h>
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131128/f09888ba/attachment.html>
More information about the macports-changes
mailing list