Changes between Version 2 and Version 3 of Ticket #54774, comment 12
- Timestamp:
- Oct 13, 2017, 4:48:47 PM (7 years ago)
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: 1 If you want this built today, add something like: 11 2 12 3 configure.env-append ac_cv_func_utimensat=no