[MacPorts] #55415: cmake @3.10.0 does not build on PPC Tiger, Mac OS X 10.4.11, because error: void value not ignored as it ought to be

MacPorts noreply at macports.org
Sun Nov 26 18:11:15 UTC 2017


#55415: cmake @3.10.0 does not build on PPC Tiger, Mac OS X 10.4.11, because error:
void value not ignored as it ought to be
------------------------+-----------------------
  Reporter:  ballapete  |      Owner:  michaelld
      Type:  defect     |     Status:  assigned
  Priority:  Normal     |  Milestone:
 Component:  ports      |    Version:  2.4.2
Resolution:             |   Keywords:  tiger
      Port:  cmake      |
------------------------+-----------------------

Comment (by kencu):

 try adding this and please report back

 {{{
 # fix build on Tiger
 if { ${os.platform} eq "darwin" && ${os.major} == 8 } {
     configure.cxxflags-append -D__DARWIN_UNIX03=1
 }
 }}}

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


More information about the macports-tickets mailing list