Changes between Initial Version and Version 1 of Ticket #30312


Ignore:
Timestamp:
Jul 23, 2011, 8:34:18 AM (13 years ago)
Author:
Veence (Vincent)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30312

    • Property Summary changed from clang cannot compile nurses to clang cannot compile ncurses
  • Ticket #30312 – Description

    initial v1  
    1 The clang++ compiler does not compile nurses 1.9 because of a mistake between
     1The clang++ compiler does not compile ncurses 1.9 because of a mistake between
    22
    33{{{
     
    77in cursesm.h and cursesf.h.
    88
    9 Apparently, since this objects are never instantiated, GCC does not complain about the type mismatch, whereas clang is more correct.
     9Apparently, since these objects are never instantiated, GCC does not complain about the type mismatch, whereas clang is more correct.
    1010
    1111I join two patches that fix this inconsistency. Please update the portfile accordingly.