From: Thomas E. Dickey Date: Sun, 13 Sep 2015 00:36:49 +0000 (+0000) Subject: ncurses 6.0 - patch 20150912 X-Git-Tag: v6.1~118 X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff_plain;h=4aaab5e7c855d212deaa53608a08de5648fd86f6;hp=4aaab5e7c855d212deaa53608a08de5648fd86f6 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 ---