Ticket #52395: webkit-gtk-RedirectedXCompositeWindow-fix.diff

File webkit-gtk-RedirectedXCompositeWindow-fix.diff, 820 bytes (added by ken-cunningham-webuse, 8 years ago)

suggested patch

  • www/webkit-gtk/Portfile

    old new  
    204204variant quartz {
    205205    configure.args-replace --enable-x11-target=yes --enable-x11-target=no
    206206    configure.args-replace --enable-quartz-target=no --enable-quartz-target=yes
    207     platform darwin {
    208         if {${os.major} >= 13} {
    209             # TODO: File upstream
    210             #       http://trac.macports.org/ticket/41663
    211             configure.args-append --disable-accelerated-compositing
    212         }
    213     }
     207    configure.args-append --disable-accelerated-compositing
    214208
    215209    # TODO: See if this will build with OpenGL.framework
    216210    configure.args-delete --enable-webgl