[MacPorts] #30326: qt3 3.3.8 fails to build on Snow Leopard after latest modifications for Lion

MacPorts noreply at macports.org
Sat Jul 23 15:02:58 PDT 2011


#30326: qt3 3.3.8 fails to build on Snow Leopard after latest modifications for
Lion
-----------------------------+----------------------------------------------
 Reporter:  mk@…             |       Owner:  takeshi@…           
     Type:  defect           |      Status:  new                 
 Priority:  Normal           |   Milestone:                      
Component:  ports            |     Version:  2.0.0               
 Keywords:                   |        Port:  qt3                 
-----------------------------+----------------------------------------------

Comment(by mk@…):

 This
 {{{
     if {${os.major}>=11 && ${configure.build_arch} == "x86_64"} {
 }}}
 should rather be
 {{{
     if {${os.major}>=10 && ${configure.build_arch} == "x86_64"} {
 }}}
 Just now building a patch...

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


More information about the macports-tickets mailing list