MailtoMutt: allow build on newer systems

No revbump because port either builds correctly or not at all.
See https://trac.macports.org/ticket/57137
Fixes https://trac.macports.org/ticket/58455
This commit is contained in:
Marcus Calhoun-Lopez
2019-05-11 09:52:10 -07:00
parent 7784040455
commit 377d0cc1a1
+6
View File
@@ -31,4 +31,10 @@ if {[vercmp $xcodeversion 4.0] >= 0} {
}
}
# see https://trac.macports.org/ticket/57137
if {${os.platform} eq "darwin" && ([vercmp $xcodeversion 10.0] > 0)} {
build.pre_args-append -UseModernBuildSystem=NO
destroot.pre_args-append -UseModernBuildSystem=NO
}
livecheck.regex mailtomutt-(\[0-9.\]+)${extract.suffix}