[MacPorts] #58677: legacy support issue while building cmake (Leopard)

MacPorts noreply at macports.org
Mon Mar 23 22:32:24 UTC 2020


#58677: legacy support issue while building cmake (Leopard)
-----------------------+---------------------------------
  Reporter:  rmottola  |      Owner:  (none)
      Type:  defect    |     Status:  new
  Priority:  Normal    |  Milestone:
 Component:  ports     |    Version:
Resolution:            |   Keywords:  leopard i386 legacy
      Port:  cmake     |
-----------------------+---------------------------------

Comment (by kencu):

 Riccardo, please try this:

 in {{{/opt/local/include/LegacySupport/stdlib.h}}} please try just
 changing this:
 {{{
 extern char *realpath(const char * __restrict, char * __restrict)
 }}}
 to this:
 {{{
 extern char *realpath(const char * __restrict, char * __restrict)
 __DARWIN_EXTSN(realpath);
 }}}

 and then see how things work for you.

-- 
Ticket URL: <https://trac.macports.org/ticket/58677#comment:18>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list