[MacPorts] #66258: icu @72.1 does not build on PPC Tiger, Mac OS X 10.4.11, because of problems with assembly code

MacPorts noreply at macports.org
Mon Nov 14 16:05:14 UTC 2022


#66258: icu @72.1 does not build on PPC Tiger, Mac OS X 10.4.11, because of
problems with assembly code
------------------------+-----------------------
  Reporter:  ballapete  |      Owner:  (none)
      Type:  defect     |     Status:  new
  Priority:  Normal     |  Milestone:
 Component:  ports      |    Version:  2.8.0
Resolution:             |   Keywords:  tiger ppc
      Port:  icu        |
------------------------+-----------------------

Comment (by catap):

 Peter, when you may try a patch like that:
 {{{
 diff --git a/devel/icu/Portfile b/devel/icu/Portfile
 index 638d1d87fb7..7b15cbab9ef 100644
 --- a/devel/icu/Portfile
 +++ b/devel/icu/Portfile
 @@ -84,6 +84,10 @@ if {${subport} eq ${name} || ${subport} eq
 "${name}-lx"} {
      configure.cppflags-delete -I${prefix}/include
      configure.ldflags-delete  -L${prefix}/lib

 +    configure.env-append \
 +                        AS=${prefix}/bin/yasm
 +    building.env-append AS=${prefix}/bin/yasm
 +
      configure.args      --disable-layoutex \
                          --disable-samples \
                          --enable-static
 }}}

 It might work...

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


More information about the macports-tickets mailing list