New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 81025


Ignore:
Timestamp:
07/23/11 11:16:26 (4 years ago)
Author:
jmr@…
Message:

ncurses: fix (unused) types in constructor declarations, which fixes building with clang (#30312)

Location:
trunk/dports/devel/ncurses
Files:
1 added
1 edited

Legend:

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

    r80168 r81025  
    2828 
    2929# from http://www.opensource.apple.com/source/ncurses/ncurses-27/patches/ 
    30 patchfiles      hex.diff ungetch_guard.diff configure.diff 
     30patchfiles      hex.diff ungetch_guard.diff configure.diff \ 
     31                constructor_types.diff 
    3132 
    3233configure.cppflags 
     
    4445                --enable-symlinks 
    4546# using symlinks because of ticket #13601 
    46  
    47 # BUILD FIX TODO: clang C++ 
    48 # ncurses doesn't build with clang as of 2011.06.27 
    49 # clang doesn't like ncurses C++ 
    50 if {${configure.compiler} == "clang"} { 
    51     configure.compiler llvm-gcc-4.2 
    52 } 
    5347 
    5448if {[variant_isset universal]} { 
Note: See TracChangeset for help on using the changeset viewer.