Revision
99238
Author
jeremyhu@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

Added Paths

Diff

Modified: trunk/dports/www/webkit-gtk/Portfile (99237 => 99238)


--- 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 (0 => 99238)


--- 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;