[MacPorts] #62132: libgcrypt @1.9.0 does not build on PPC Leopard, Mac OS X 10.5.8, because of "error: redefinition of typedef 'cipher_bulk_ops_t'"
MacPorts
noreply at macports.org
Tue Jan 26 02:41:42 UTC 2021
#62132: libgcrypt @1.9.0 does not build on PPC Leopard, Mac OS X 10.5.8, because of
"error: redefinition of typedef 'cipher_bulk_ops_t'"
------------------------+----------------------------
Reporter: ballapete | Owner: Schamschula
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.6.4
Resolution: | Keywords: leopard, tiger
Port: libgcrypt |
------------------------+----------------------------
Comment (by Schamschula):
Perhaps adding the following to the Portfile would implement Werner Koch's
solution:
{{{
if {[string match "*gcc*" ${configure.compiler}]} {
configure.cflags-append "-fcommon"
}
}}}
--
Ticket URL: <https://trac.macports.org/ticket/62132#comment:16>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list