[MacPorts] #60282: libglade2 needs newer nm

MacPorts noreply at macports.org
Mon Mar 30 19:06:19 UTC 2020


#60282: libglade2 needs newer nm
---------------------------+-----------------------
 Reporter:  rmottola       |      Owner:  (none)
     Type:  defect         |     Status:  new
 Priority:  Normal         |  Milestone:
Component:  ports          |    Version:
 Keywords:  leopard tiger  |       Port:  libglade2
---------------------------+-----------------------
 The typical fix worked. I put it after the existing configure args, before
 parallel build option.

 {{{
 if {${os.platform} eq "darwin" && ${os.major} < 10} {
     depends_build-append port:cctools
     configure.env-append NM=${prefix}/bin/nm
     configure.args-append lt_cv_path_NM=${prefix}/bin/nm
 }
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/60282>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list