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

jeremyhu at macports.org jeremyhu at macports.org
Mon Oct 29 20:40:12 PDT 2012


Revision: 99238
          http://trac.macports.org//changeset/99238
Author:   jeremyhu at macports.org
Date:     2012-10-29 20:40:12 -0700 (Mon, 29 Oct 2012)
Log Message:
-----------
webkit-gtk: Fix the +quartz variant (#36786)

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

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

Modified: trunk/dports/www/webkit-gtk/Portfile
===================================================================
--- trunk/dports/www/webkit-gtk/Portfile	2012-10-30 01:00:30 UTC (rev 99237)
+++ trunk/dports/www/webkit-gtk/Portfile	2012-10-30 03:40:12 UTC (rev 99238)
@@ -193,6 +193,8 @@
     depends_lib-delete \
         port:mesa \
         port:xorg-libXt
+
+    patchfiles-append quartz-duplicate-symbols.patch
 }
 
 variant pango description {Use the pango font backend instead of freetype} {

Added: trunk/dports/www/webkit-gtk/files/quartz-duplicate-symbols.patch
===================================================================
--- trunk/dports/www/webkit-gtk/files/quartz-duplicate-symbols.patch	                        (rev 0)
+++ trunk/dports/www/webkit-gtk/files/quartz-duplicate-symbols.patch	2012-10-30 03:40:12 UTC (rev 99238)
@@ -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: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121029/b2ec798d/attachment.html>


More information about the macports-changes mailing list