New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 80169


Ignore:
Timestamp:
07/05/11 13:09:18 (4 years ago)
Author:
jeremyhu@…
Message:

lensfun: Remove fallback to llvm-gcc from clang

Newer versions of clang (trunk) can build this now, so we'll probably have the
fix by the time clang becomes a default compiler in MacPorts.

File:
1 edited

Legend:

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

    r79976 r80169  
    3333                    patch-build-tibs-target-mac-mak.diff 
    3434 
    35 # BUILD FIX TODO: 
    36 # 2011.06.30 -- clang reports that there is some inline asm it can't handle yet 
    37 if {${configure.compiler} == "clang"} { 
    38     configure.compiler llvm-gcc-4.2  
    39 } 
    40  
    4135platform powerpc { 
    4236        configure.args    --target=mac.powerpc.powerpc \ 
Note: See TracChangeset for help on using the changeset viewer.