Ticket #41663: webkit-gtk_mavericks.diff
File webkit-gtk_mavericks.diff, 978 bytes (added by Greisby (Greisberger Christophe), 11 years ago) |
---|
-
Portfile
old new 1 1 # -*- 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 115 980 2014-01-15 21:25:10Z jeremyhu@macports.org $2 # $Id: Portfile 115803 2014-01-11 20:21:09Z jeremyhu@macports.org $ 3 3 4 4 PortSystem 1.0 5 5 PortGroup conflicts_build 1.0 … … 9 9 name webkit-gtk 10 10 epoch 2 11 11 version 2.2.3 12 revision 112 revision 2 13 13 description Apple's WebKit HTML rendering library for GTK+ 14 14 long_description ${description} 15 15 maintainers jeremyhu devans … … 223 223 # see bug #24622 224 224 variant quartz { 225 225 configure.args-append --with-target=quartz 226 platform darwin 13 { 227 configure.args-append --disable-accelerated-compositing 228 } 226 229 227 230 # TODO: See if this will build with OpenGL.framework 228 231 configure.args-delete --enable-webgl