]> ncurses.scripts.mit.edu Git - ncurses.git/commitdiff
ncurses 6.0 - patch 20150912
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 13 Sep 2015 00:36:49 +0000 (00:36 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 13 Sep 2015 00:36:49 +0000 (00:36 +0000)
+ fixes for configure/build using clang on OSX (prompted by report by
  William Gallafent).
  + do not redefine "inline" in ncurses_cfg.h; this was originally to
    solve a problem with gcc/g++, but is aggravated by clang's misuse
    of symbols to pretend it is gcc.
  + add braces to configure script to prevent unwanted add of
    "-lstdc++" to the CXXLIBS symbol.
  + improve/update test-program used for checking existence of stdc++
    library.
  + if $CXXLIBS is set, the linkage test uses that in addition to $LIBS


No differences found