[MacPorts] #26571: py27-sip does not build universal

MacPorts noreply at macports.org
Tue Sep 21 18:59:15 PDT 2010


#26571: py27-sip does not build universal
-----------------------------------------------+----------------------------
 Reporter:  guidolorenz@…                      |       Owner:  macports-tickets@…                   
     Type:  defect                             |      Status:  new                                  
 Priority:  Normal                             |   Milestone:                                       
Component:  ports                              |     Version:  1.9.1                                
 Keywords:  py-sip py25-sip py26-sip py31-sip  |        Port:  py27-sip                             
-----------------------------------------------+----------------------------

Comment(by michaelld@…):

 Some other py2X ports to do the following to get +universal working:
 {{{
 variant universal {
         configure.universal_args
         configure.post_args     LFLAGS="-F${frameworks_dir}
 -L${prefix}/lib \
 ${configure.universal_ldflags}"
         configure.post_args-append
 CFLAGS="${configure.universal_cflags}"
         configure.post_args-append
 CXXFLAGS="${configure.universal_cxxflags}"
 }
 }}}
 Can you try this out & see if it works?  It's probably more than
 necessary, but it certainly is complete :)  I'm updating py26-sip with
 this change, and can easily do the same for py27-sip if it works (I don't
 have Python27 installed). Thanks!

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


More information about the macports-tickets mailing list