Browse Source

ncurses: improved to generate a separated tic library in build loop 1 where we build the narrow curses variant

stable/0.2
Christian Wiese 14 years ago
parent
commit
50ee39f8ad
  1. 2
      base/ncurses/ncurses.conf

2
base/ncurses/ncurses.conf

@ -58,6 +58,8 @@ ncurses_preconf() {
# first loop is easy, always simply narrowc # first loop is easy, always simply narrowc
mkdir -p narrowc mkdir -p narrowc
cd narrowc cd narrowc
# generate separate tic library
var_append confopt ' ' "--with-ticlib"
else else
cd .. cd ..
# then the things get a bit uglier # then the things get a bit uglier

Loading…
Cancel
Save