Changes between Version 2 and Version 3 of Ticket #54774, comment 12


Ignore:
Timestamp:
Oct 13, 2017, 4:48:47 PM (7 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54774, comment 12

    v2 v3  
    1 It looks like a 10 second fix in the Portfile:
    2 
    3 From homebrew:
    4 {{{
    5 # Fix compilation bug on macOS 10.13 by pretending we don't have utimensat()
    6     # https://github.com/MidnightCommander/mc/pull/130
    7     ENV["ac_cv_func_utimensat"] = "no" if MacOS.version >= :high_sierra
    8 }}}
    9 
    10 So just add something like:
     1If you want this built today, add something like:
    112
    123configure.env-append    ac_cv_func_utimensat=no