Ticket #59558: Portfile.patch

File Portfile.patch, 597 bytes (added by telotortium (Robert Irelan), 4 years ago)

Patch

  • Portfile

    old new  
    1818
    1919minimum_xcodeversions {12 5.0}
    2020
     21# this port has not yet been updated to build with the new build system Xcode 10+
     22if {${os.platform} eq "darwin" && ([vercmp $xcodeversion 10.0] > 0)} {
     23    build.pre_args-append    -UseModernBuildSystem=NO
     24    destroot.pre_args-append -UseModernBuildSystem=NO
     25}
     26
    2127pre-fetch {
    2228    if {${os.subplatform} eq "macosx" && [vercmp ${macosx_version} 10.10] < 0} {
    2329        ui_error "${name} only works with OS X 10.10 Yosemite or later."