New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 81304


Ignore:
Timestamp:
07/28/11 22:56:11 (4 years ago)
Author:
takeshi@…
Message:

chapel: fixes build on Snow Leopard. Closing #30376 again

File:
1 edited

Legend:

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

    r81280 r81304  
    3434# 
    3535# chapel does not build with clang. 
    36 if {![string match *-gcc-* ${configure.compiler}]} { 
     36if {[string match llvm-* ${configure.compiler}] || 
     37    [string match clang ${configure.compiler}]} { 
    3738    pre-configure { 
    38         ui_error "${name} requires configure.compiler=*-gcc-*." 
     39        ui_error "${name} does not work properly with llvm-gcc or clang." 
    3940        return -code error 
    4041    } 
Note: See TracChangeset for help on using the changeset viewer.