Ticket #37828: webkit-gtk.diff
File webkit-gtk.diff, 571 bytes (added by ryandesign (Ryan Carsten Schmidt), 12 years ago) |
---|
-
Portfile
243 246 # https://trac.macports.org/ticket/37418 244 247 configure.cppflags-append -D__MAC_OS_X_VERSION_MAX_ALLOWED=1050 245 248 } 249 250 if {$macosx_deployment_target == "10.4" || 251 (${os.major} == 8 && $macosx_deployment_target == "")} { 252 253 # https://trac.macports.org/ticket/37828 254 configure.cppflags-append -D__MAC_OS_X_VERSION_MIN_REQUIRED=1040 255 } 246 256 } 247 257 248 258 livecheck.type regex