New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 80141


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

liboil: clang build fix

File:
1 edited

Legend:

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

    r80098 r80141  
    6060} 
    6161 
    62 # BUILD FIX TODO: 
    63 # llvm-gcc-4.2 and clang fail to build as of 2011.06.16 
    64 # This is an error in the package. 
    65 if {${configure.compiler} == "llvm-gcc-4.2" || 
    66     ${configure.compiler} == "clang"} { 
    67         configure.compiler gcc-4.2 
     62# icky inline asm... clang doesn't want to touch it, but we can force it 
     63if {${configure.compiler} == "clang"} { 
     64        configure.cflags-append -fheinous-gnu-extensions 
    6865} 
Note: See TracChangeset for help on using the changeset viewer.