[MacPorts] #22801: pango, pango-devel +universal+no_x11+quartz fails to install on Snow Leopard x86_64

MacPorts noreply at macports.org
Fri Apr 16 23:32:08 PDT 2010


#22801: pango, pango-devel +universal+no_x11+quartz fails to install on Snow
Leopard x86_64
-----------------------------------+----------------------------------------
 Reporter:  steals.mail@…          |       Owner:  ryandesign@…           
     Type:  defect                 |      Status:  assigned               
 Priority:  Normal                 |   Milestone:                         
Component:  ports                  |     Version:  1.8.1                  
 Keywords:                         |        Port:  pango, pango-devel     
-----------------------------------+----------------------------------------

Comment(by n.a.hawes@…):

 For me the following worked. I first commented out the "muniversal 1.0
 line". This then gave a linking error for atsui. This is already excluded
 for 64 bit builds, so I also excluded it for i386 build by changing the
 line


 {{{
 if {![variant_isset universal] && $build_arch == "x86_64" || $build_arch
 == "ppc64"} {
     configure.args-append have_atsui=false
 }
 }}}

 to

 {{{
 if {![variant_isset universal] && $build_arch == "i386" || $build_arch ==
 "x86_64" || $build_arch == "ppc64"} {
     configure.args-append have_atsui=false
 }
 }}}

 Fingers crossed this actually runs ok.

-- 
Ticket URL: <http://trac.macports.org/ticket/22801#comment:20>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list