# HG changeset patch # User Pascal Bellard # Date 1417081958 -3600 # Node ID cdf802803d26085d5e4c3b3351ad8e3f07c5cd19 # Parent 76ae76cc543f713da954956c48d1d27e0a37533c ncurses: do not depends on libtinfo (again) diff -r 76ae76cc543f -r cdf802803d26 ncurses/receipt --- a/ncurses/receipt Thu Nov 27 10:02:36 2014 +0100 +++ b/ncurses/receipt Thu Nov 27 10:52:38 2014 +0100 @@ -31,21 +31,24 @@ mkdir -p $DESTDIR/usr/lib/terminfo sed -i 's|\tsh $(srcdir)/MKhashsize.sh|\tash $(srcdir)/MKhashsize.sh|' \ include/Makefile.in - CONFIG_NCURSES='\ + ./configure \ --libdir=/lib \ --sysconfdir=/etc \ --with-shared \ --without-debug \ --without-ada \ - --with-build-cc="gcc -D_GNU_SOURCE"' - ./configure \ - $CONFIG_NCURSES \ + --with-build-cc="gcc -D_GNU_SOURCE" \ --with-termlib \ --with-ticlib \ $CONFIGURE_ARGS && make && make install ./configure \ - $CONFIG_NCURSES \ + --libdir=/lib \ + --sysconfdir=/etc \ + --with-shared \ + --without-debug \ + --without-ada \ + --with-build-cc="gcc -D_GNU_SOURCE" \ $CONFIGURE_ARGS && make && make install }