]> ncurses.scripts.mit.edu Git - ncurses.git/commit
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)
commit4aaab5e7c855d212deaa53608a08de5648fd86f6
treea8b36cbbaca7c5c259e8b5437f464d9b8da263fe
parenta3725e39272393790e32a083fd7391aad607828d
ncurses 6.0 - patch 20150912

+ 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
13 files changed:
NEWS
VERSION
aclocal.m4
configure
dist.mk
include/ncurses_cfg.hin
ncurses/base/lib_screen.c
package/debian-mingw/changelog
package/debian-mingw64/changelog
package/debian/changelog
package/mingw-ncurses.nsi
package/mingw-ncurses.spec
package/ncurses.spec