Ticket #38203: fix.diff

File fix.diff, 1.2 KB (added by elelay (Eric Le Lay), 11 years ago)

diff against r103431

  • Portfile

     
    221221        port:mesa \
    222222        port:xorg-libXt
    223223
    224     patchfiles-append quartz-duplicate-symbols.patch
     224    patchfiles-append quartz-duplicate-symbols.patch \
     225                      quartz-include-widgetbackingstorecairo.patch
    225226}
    226227
    227228variant 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