diff -ruNp webkit-gtk.orig/Portfile webkit-gtk/Portfile
old
|
new
|
patchfiles \ |
43 | 43 | case-insensitive.patch \ |
44 | 44 | our-icu.patch \ |
45 | 45 | xrender-check.patch \ |
| 46 | quartz.patch \ |
46 | 47 | bison-2.6.patch |
47 | 48 | |
48 | 49 | configure.args \ |
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 \ |