New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 80140


Ignore:
Timestamp:
07/05/11 00:15:17 (4 years ago)
Author:
jeremyhu@…
Message:

libcaca: Fix build with clang and fall back on clang from llvm-gcc-4.2

Location:
trunk/dports/graphics/libcaca
Files:
2 added
1 edited

Legend:

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

    r80097 r80140  
    2424                    rmd160  86a4d86ced5a9fcf0eddfbd4f86268a68d49bca9 
    2525 
     26# http://caca.zoy.org/ticket/90 
     27patchfiles alias.patch 
    2628 
    2729configure.args   --mandir=${prefix}/share/man \ 
     
    3941} 
    4042 
    41 # BUILD FIX TODO: 
    42 # llvm-gcc-4.2 and clang fail to build as of 2011.06.16 
    43 # This looks like an error in the package. 
    44 if {${configure.compiler} == "llvm-gcc-4.2" || 
    45     ${configure.compiler} == "clang"} { 
    46     configure.compiler gcc-4.2 
     43if {${configure.compiler} == "llvm-gcc-4.2"} { 
     44    configure.compiler clang 
    4745} 
    4846 
Note: See TracChangeset for help on using the changeset viewer.