Ticket #38203: fix.diff
File fix.diff, 1.2 KB (added by elelay (Eric Le Lay), 12 years ago) |
---|
-
Portfile
221 221 port:mesa \ 222 222 port:xorg-libXt 223 223 224 patchfiles-append quartz-duplicate-symbols.patch 224 patchfiles-append quartz-duplicate-symbols.patch \ 225 quartz-include-widgetbackingstorecairo.patch 225 226 } 226 227 227 228 variant pango description {Use the pango font backend instead of freetype} { -
files/quartz-include-widgetbackingstorecairo.patch
1 --- Source/WebCore/GNUmakefile.list.am.old 2013-02-24 19:01:51.000000000 +0100 2 +++ Source/WebCore/GNUmakefile.list.am 2013-02-24 19:03:41.000000000 +0100 3 @@ -5949,6 +5949,9 @@ 4 webcore_sources += \ 5 Source/WebCore/plugins/PluginPackageNone.cpp \ 6 Source/WebCore/plugins/PluginViewNone.cpp 7 +# in quartz mode include cairo widgetbackingstore implementation also 8 +webcoregtk_sources += \ 9 + Source/WebCore/platform/cairo/WidgetBackingStoreCairo.cpp 10 endif # END TARGET_WIN32 11 endif # END TARGET_X11 12