New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 80164


Ignore:
Timestamp:
07/05/11 10:43:13 (4 years ago)
Author:
jeremyhu@…
Message:

firefox-x11-devel: Adjust compiler choices

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/www/firefox-x11-devel/Portfile

    r79734 r80164  
    114114# xpctools and necko-wifi broke in 3.6b1 
    115115 
     116# BUILD FIX TODO: test clang in XCode 4.0.x 
    116117# gcc-4.0 has issues, so force gcc-4.2 on Leopard 
    117 # BUILD FIX TODO: 
    118 # llvm-gcc-4.2 and clang fail to build due to bad inline asm as of 2011.06.24 
    119 # This is an error in the package. 
     118# llvm-gcc-4.2 has trouble with some of the mmx asm 
     119# recent versions of clang build fine, but older versions were not tested, so 
     120# not falling forward to clang yet 
    120121if {${configure.compiler} == "gcc-4.0" || 
    121     ${configure.compiler} == "llvm-gcc-4.2" || 
    122     ${configure.compiler} == "clang"} { 
    123     configure.compiler gcc-4.2  
     122    ${configure.compiler} == "llvm-gcc-4.2"} { 
     123    configure.compiler gcc-4.2 
     124    if {![file executable ${configure.cc}]} { 
     125        depends_build-append port:apple-gcc42 
     126        configure.compiler apple-gcc-4.2 
     127    } 
    124128} 
    125129 
Note: See TracChangeset for help on using the changeset viewer.