Ticket #41663: webkit-gtk_mavericks.diff

File webkit-gtk_mavericks.diff, 978 bytes (added by Greisby (Greisberger Christophe), 10 years ago)

Portfile patch

  • Portfile

    old new  
    11# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
    2 # $Id: Portfile 115980 2014-01-15 21:25:10Z jeremyhu@macports.org $
     2# $Id: Portfile 115803 2014-01-11 20:21:09Z jeremyhu@macports.org $
    33
    44PortSystem  1.0
    55PortGroup   conflicts_build 1.0
     
    99name        webkit-gtk
    1010epoch       2
    1111version     2.2.3
    12 revision    1
     12revision    2
    1313description Apple's WebKit HTML rendering library for GTK+
    1414long_description ${description}
    1515maintainers jeremyhu devans
     
    223223# see bug #24622
    224224variant quartz {
    225225    configure.args-append --with-target=quartz
     226    platform darwin 13 {
     227        configure.args-append --disable-accelerated-compositing
     228    }
    226229
    227230    # TODO: See if this will build with OpenGL.framework
    228231    configure.args-delete --enable-webgl