Commits
Marcus Calhoun-Lopez authored 377d0cc1a16
24 24 | |
25 25 | # last update was 2004-05-31 |
26 26 | deprecated.upstream_support no |
27 27 | |
28 28 | if {[vercmp $xcodeversion 4.0] >= 0} { |
29 29 | post-patch { |
30 30 | file copy -force ${filespath}/project.pbxproj ${worksrcpath}/${name}.xcode/ |
31 31 | } |
32 32 | } |
33 33 | |
34 + | # see https://trac.macports.org/ticket/57137 |
35 + | if {${os.platform} eq "darwin" && ([vercmp $xcodeversion 10.0] > 0)} { |
36 + | build.pre_args-append -UseModernBuildSystem=NO |
37 + | destroot.pre_args-append -UseModernBuildSystem=NO |
38 + | } |
39 + | |
34 40 | livecheck.regex mailtomutt-(\[0-9.\]+)${extract.suffix} |