[115980] trunk/dports/www/webkit-gtk

jeremyhu at macports.org jeremyhu at macports.org
Wed Jan 15 13:25:10 PST 2014


Revision: 115980
          https://trac.macports.org/changeset/115980
Author:   jeremyhu at macports.org
Date:     2014-01-15 13:25:10 -0800 (Wed, 15 Jan 2014)
Log Message:
-----------
webkit-gtk: Resolve another duplicated symbol (#42010)

Modified Paths:
--------------
    trunk/dports/www/webkit-gtk/Portfile

Added Paths:
-----------
    trunk/dports/www/webkit-gtk/files/quartz-duplicate-symbols2.patch

Modified: trunk/dports/www/webkit-gtk/Portfile
===================================================================
--- trunk/dports/www/webkit-gtk/Portfile	2014-01-15 21:05:08 UTC (rev 115979)
+++ trunk/dports/www/webkit-gtk/Portfile	2014-01-15 21:25:10 UTC (rev 115980)
@@ -233,7 +233,8 @@
     # quartz-include-widgetbackingstorecairo.patch
     # https://trac.macports.org/ticket/38203
     # https://bugs.webkit.org/show_bug.cgi?id=111598
-    patchfiles-append quartz-include-widgetbackingstorecairo.patch
+    patchfiles-append quartz-include-widgetbackingstorecairo.patch \
+                      quartz-duplicate-symbols2.patch
 }
 
 variant video description {Enable HTML5 video support using gstreamer} {

Added: trunk/dports/www/webkit-gtk/files/quartz-duplicate-symbols2.patch
===================================================================
--- trunk/dports/www/webkit-gtk/files/quartz-duplicate-symbols2.patch	                        (rev 0)
+++ trunk/dports/www/webkit-gtk/files/quartz-duplicate-symbols2.patch	2014-01-15 21:25:10 UTC (rev 115980)
@@ -0,0 +1,13 @@
+--- Source/WebCore/plugins/PluginPackageNone.cpp.orig	2012-10-29 20:40:46.000000000 -0400
++++ Source/WebCore/plugins/PluginPackageNone.cpp	2012-10-29 20:40:46.000000000 -0400
+@@ -28,10 +28,6 @@
+ 
+ namespace WebCore {
+ 
+-void PluginPackage::determineQuirks(const String&)
+-{
+-}
+-
+ bool PluginPackage::fetchInfo()
+ {
+     return false;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140115/64501486/attachment.html>


More information about the macports-changes mailing list