New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82734


Ignore:
Timestamp:
08/19/11 10:11:26 (4 years ago)
Author:
jeremyhu@…
Message:

wine*: Fall back on apple-gcc-4.2

Location:
trunk/dports/x11
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/x11/wine-crossover-games/Portfile

    r80370 r82734  
    157157    ${configure.compiler} == "clang"} { 
    158158    configure.compiler gcc-4.2 
     159    if {![file executable ${configure.cc}]} { 
     160        configure.compiler apple-gcc-4.2 
     161    } 
    159162} 
    160163 
  • trunk/dports/x11/wine-crossover/Portfile

    r80369 r82734  
    154154    ${configure.compiler} == "clang"} { 
    155155    configure.compiler gcc-4.2 
     156    if {![file executable ${configure.cc}]} { 
     157        configure.compiler apple-gcc-4.2 
     158    } 
    156159} 
    157160 
  • trunk/dports/x11/wine-devel/Portfile

    r82169 r82734  
    150150    ${configure.compiler} == "clang"} { 
    151151    configure.compiler gcc-4.2 
     152    if {![file executable ${configure.cc}]} { 
     153        configure.compiler apple-gcc-4.2 
     154    } 
    152155} 
    153156 
  • trunk/dports/x11/wine/Portfile

    r80183 r82734  
    152152    ${configure.compiler} == "clang"} { 
    153153    configure.compiler gcc-4.2 
     154    if {![file executable ${configure.cc}]} { 
     155        configure.compiler apple-gcc-4.2 
     156    } 
    154157} 
    155158 
Note: See TracChangeset for help on using the changeset viewer.