New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 78274


Ignore:
Timestamp:
04/30/11 23:02:54 (4 years ago)
Author:
jmr@…
Message:

pypy: check early that gcc-4.0 exists

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/lang/pypy/Portfile

    r75777 r78274  
    4040    # 4.2 is known not to work, sigh... 
    4141    configure.compiler gcc-4.0 
     42    # and Xcode 4 doesn't have gcc-4.0... 
     43    pre-fetch { 
     44        if {![file executable ${configure.cc}]} { 
     45            ui_error "$name must be compiled with ${configure.compiler}" 
     46            error "${configure.cc} not found" 
     47        } 
     48    } 
    4249} 
    4350 
Note: See TracChangeset for help on using the changeset viewer.