New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79543


Ignore:
Timestamp:
06/17/11 00:31:53 (4 years ago)
Author:
jeremyhu@…
Message:

liboil: darwin11 build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/devel/liboil/Portfile

    r66066 r79543  
    5151        } 
    5252} 
     53 
     54platform darwin 11 { 
     55        # NB: won't work for universal building, but this port doesn't support it yet 
     56        patchfiles-append host_cpu.diff 
     57        post-patch { 
     58                reinplace "s|__HOST_CPU__|${build_arch}|" ${worksrcpath}/configure 
     59        } 
     60 
     61        # BUILD FIX TODO: 
     62        # llvm-gcc-4.2 and clang fail to build as of 2011.06.16 
     63        # This is an error in the package. 
     64        configure.compiler gcc-4.2 
     65} 
     66 
Note: See TracChangeset for help on using the changeset viewer.