Ticket #59558: Portfile.patch
File Portfile.patch, 597 bytes (added by telotortium (Robert Irelan), 5 years ago) |
---|
-
Portfile
old new 18 18 19 19 minimum_xcodeversions {12 5.0} 20 20 21 # this port has not yet been updated to build with the new build system Xcode 10+ 22 if {${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 21 27 pre-fetch { 22 28 if {${os.subplatform} eq "macosx" && [vercmp ${macosx_version} 10.10] < 0} { 23 29 ui_error "${name} only works with OS X 10.10 Yosemite or later."