New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79525


Ignore:
Timestamp:
06/16/11 09:54:34 (4 years ago)
Author:
jeremyhu@…
Message:

libcaca: darwin11 build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/graphics/libcaca/Portfile

    r77968 r79525  
    3939} 
    4040 
     41platform darwin 11 { 
     42        # BUILD FIX TODO: 
     43        # llvm-gcc-4.2 and clang fail to build as of 2011.06.16 
     44        # This looks like an error in the package. 
     45        configure.compiler gcc-4.2 
     46} 
     47 
    4148livecheck.type  regex 
    4249livecheck.url   ${master_sites} 
Note: See TracChangeset for help on using the changeset viewer.