Ticket #34134: quartz-regression.patch

File quartz-regression.patch, 1.3 KB (added by pokui@…, 12 years ago)

patches both the portfile and adds the quartz.patch so needs -p0 and to be run a dir above the port dir

  • webkit-gtk

    diff -ruNp webkit-gtk.orig/Portfile webkit-gtk/Portfile
    old new patchfiles \ 
    4343        case-insensitive.patch \
    4444        our-icu.patch \
    4545        xrender-check.patch \
     46        quartz.patch \
    4647        bison-2.6.patch
    4748
    4849configure.args  \
  • files/quartz.patch

    diff -ruNp webkit-gtk.orig/files/quartz.patch webkit-gtk/files/quartz.patch
    old new  
     1--- Source/WebCore/GNUmakefile.list.am.orig     2012-08-20 10:11:33.000000000 +0300
     2+++ Source/WebCore/GNUmakefile.list.am  2012-08-20 10:13:58.000000000 +0300
     3@@ -4582,11 +4582,11 @@
     4        Source/WebCore/platform/gtk/WidgetGtk.cpp \
     5        Source/WebCore/platform/gtk/WidgetRenderingContext.cpp \
     6        Source/WebCore/platform/gtk/WidgetRenderingContext.h \
     7-       Source/WebCore/plugins/gtk/PluginPackageGtk.cpp \
     8-       Source/WebCore/plugins/gtk/PluginViewGtk.cpp
     9+       Source/WebCore/plugins/gtk/PluginPackageGtk.cpp
     10 
     11 if TARGET_X11
     12 webcoregtk_sources += \
     13+       Source/WebCore/plugins/gtk/PluginViewGtk.cpp
     14        Source/WebCore/platform/gtk/GtkWidgetBackingStoreX11.cpp \
     15        Source/WebCore/plugins/gtk/gtk2xtbin.c \
     16        Source/WebCore/plugins/gtk/gtk2xtbin.h \