New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79874


Ignore:
Timestamp:
06/28/11 16:50:40 (4 years ago)
Author:
jeremyhu@…
Message:

aspell: Use llvm-gcc rather than clang due to C++ issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/textproc/aspell/Portfile

    r74164 r79874  
    3737test.target             check 
    3838 
     39# BUILD FIX TODO: 
     40# clang fails to build this project due to buggy C++ as of 2011.06.28 0.60.6 
     41if {${configure.compiler} == "clang"} { 
     42    configure.compiler llvm-gcc-4.2  
     43} 
    3944 
    4045post-destroot {  
Note: See TracChangeset for help on using the changeset viewer.