[MacPorts] #32250: firefox-x11, firefox-x11-devel, and gcc-4.2

MacPorts noreply at macports.org
Thu Nov 24 20:10:24 PST 2011


#32250: firefox-x11, firefox-x11-devel, and gcc-4.2
-------------------------------------+--------------------------------------
 Reporter:  ryandesign@…             |       Owner:  jeremyhu@…                    
     Type:  defect                   |      Status:  new                           
 Priority:  Normal                   |   Milestone:                                
Component:  ports                    |     Version:                                
 Keywords:                           |        Port:  firefox-x11, firefox-x11-devel
-------------------------------------+--------------------------------------
 The firefox-x11 portfile contains this block:

 {{{
 # XCode 3.1's gcc-4.0 and gcc-4.2 have issues
 # llvm-gcc-4.2 has trouble with some of the mmx asm
 if {${configure.compiler} == "gcc-4.0"} {
     depends_build-append path:bin/clang:clang
     configure.compiler macports-clang
 } elseif {${configure.compiler} == "llvm-gcc-4.2"} {
     configure.compiler clang
 }
 }}}

 It says gcc-4.2 has issues... but then doesn't do anything to prevent the
 use of gcc-4.2.

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


More information about the macports-tickets mailing list