[125408] trunk/dports/graphics/wxWidgets-3.0
mf2k at macports.org
mf2k at macports.org
Tue Sep 16 19:18:10 PDT 2014
Revision: 125408
https://trac.macports.org/changeset/125408
Author: mf2k at macports.org
Date: 2014-09-16 19:18:10 -0700 (Tue, 16 Sep 2014)
Log Message:
-----------
wxWidgets-3.0: Fix build on Yosemite. (#44524)
Modified Paths:
--------------
trunk/dports/graphics/wxWidgets-3.0/Portfile
Added Paths:
-----------
trunk/dports/graphics/wxWidgets-3.0/files/patch-webview_webkit.mm.diff
Modified: trunk/dports/graphics/wxWidgets-3.0/Portfile
===================================================================
--- trunk/dports/graphics/wxWidgets-3.0/Portfile 2014-09-17 00:03:31 UTC (rev 125407)
+++ trunk/dports/graphics/wxWidgets-3.0/Portfile 2014-09-17 02:18:10 UTC (rev 125408)
@@ -88,6 +88,12 @@
patchfiles-append patch-configure.diff
+# See #44524. This patch will likely be incorporated in WxWidgets 3.0.2.
+# http://trac.wxwidgets.org/attachment/ticket/16329/wx_webview.patch
+platform darwin 14 {
+ patchfiles-append patch-webview_webkit.mm.diff
+}
+
post-patch {
reinplace "s|@@PREFIX@@|${prefix}|g" ${patch.dir}/configure
}
Added: trunk/dports/graphics/wxWidgets-3.0/files/patch-webview_webkit.mm.diff
===================================================================
--- trunk/dports/graphics/wxWidgets-3.0/files/patch-webview_webkit.mm.diff (rev 0)
+++ trunk/dports/graphics/wxWidgets-3.0/files/patch-webview_webkit.mm.diff 2014-09-17 02:18:10 UTC (rev 125408)
@@ -0,0 +1,11 @@
+--- src/osx/webview_webkit.mm.orig 2014-09-16 07:27:52.000000000 -0600
++++ src/osx/webview_webkit.mm 2014-09-16 07:28:12.000000000 -0600
+@@ -28,7 +28,7 @@
+ #include "wx/hashmap.h"
+ #include "wx/filesys.h"
+
+-#include <WebKit/WebKit.h>
++#include <WebKit/WebKitLegacy.h>
+ #include <WebKit/HIWebView.h>
+ #include <WebKit/CarbonUtils.h>
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140916/a2b6face/attachment-0001.html>
More information about the macports-changes
mailing list