You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user