|
|
|
@ -61,6 +61,9 @@ ncurses_preconf() {
|
|
|
|
|
# generate separate tic library |
|
|
|
|
var_append confopt ' ' "--with-ticlib" |
|
|
|
|
else |
|
|
|
|
# suppress to build programs |
|
|
|
|
var_append confopt ' ' "--without-progs" |
|
|
|
|
|
|
|
|
|
cd .. |
|
|
|
|
# then the things get a bit uglier |
|
|
|
|
if [ "$SDECFG_DISABLE_NLS" != 1 ]; then |
|
|
|
|