[MacPorts] #65327: putty @0.77 fails to build on mavericks: "error: use of undeclared identifier 'AT_SYMLINK_NOFOLLOW'"
MacPorts
noreply at macports.org
Fri Jun 10 16:19:32 UTC 2022
#65327: putty @0.77 fails to build on mavericks: "error: use of undeclared
identifier 'AT_SYMLINK_NOFOLLOW'"
---------------------+--------------------
Reporter: tehcog | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.7.2
Resolution: | Keywords:
Port: putty |
---------------------+--------------------
Comment (by jmroot):
Looks like they're using `cmakedefine01` for the fstatat check, which will
always define `HAVE_FSTATAT` to either 0 or 1. But then the code using
fstatat is guarded with `#if defined HAVE_FSTATAT`, which will always be
true.
--
Ticket URL: <https://trac.macports.org/ticket/65327#comment:2>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list