Skip to content

Commit

Permalink
mc: Workaround on missing 'utimensat' on 10.13
Browse files Browse the repository at this point in the history
  • Loading branch information
vovinacci authored and kencu committed Oct 17, 2017
1 parent 50a8ed6 commit 46e6cc3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sysutils/mc/Portfile
Expand Up @@ -33,6 +33,10 @@ patchfiles patch-src_subshell_common.c.diff

configure.args --without-x

if {[vercmp ${macosx_version} 10.13] >= 0} {
configure.env-append ac_cv_func_utimensat=no
}

post-destroot {
set docdir ${destroot}${prefix}/share/doc/${name}
xinstall -d ${docdir}
Expand Down

0 comments on commit 46e6cc3

Please sign in to comment.