[MacPorts] #67119: openssl3 fails to build on 32-bit G4 in Tiger

MacPorts noreply at macports.org
Sun Mar 19 06:25:14 UTC 2023


#67119: openssl3 fails to build on 32-bit G4 in Tiger
-------------------------+-----------------------
  Reporter:  SamBushman  |      Owner:  larryv
      Type:  defect      |     Status:  assigned
  Priority:  Normal      |  Milestone:
 Component:  ports       |    Version:
Resolution:              |   Keywords:  tiger ppc
      Port:  openssl3    |
-------------------------+-----------------------

Comment (by ryandesign):

 The Portfile already disables the use of assembly on 32-bit Intel Tiger:

 {{{
 append merger_configure_args(i386) { no-asm}
 }}}

 You could try editing the Portfile (`sudo port edit openssl3`) and
 duplicating that line, replacing `i386` with `ppc`, to also disable
 assembly on 32-bit PowerPC Tiger.

 See comment:ticket:38015:40 and #43303 for some prior history on the use
 of `no-asm` with openssl in MacPorts.

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


More information about the macports-tickets mailing list