--- rpl/configure.ac 2015/04/17 11:59:07 1.120 +++ rpl/configure.ac 2015/06/05 16:01:01 1.122 @@ -16,7 +16,7 @@ GPP=gpp-3.0 GNUPLOT=gnuplot-5.0.0 FILE=file-5.11 ICONV=libiconv-1.14 -SQLITE=sqlite-3.8.9 +SQLITE=sqlite-3.8.10.2 OPENSSL=openssl-1.0.2a OPENMOTIF=openmotif-2.3.4 LIBXPM=libXpm-3.5.9 @@ -463,6 +463,8 @@ if test ! -d "$srcdir"/tools/$NCURSES; t do echo Applying patch $i && \ if test $i = "../ncurses-5.9-20140607.patch.gz" ; then \ rm -f Ada95/src/library.gpr; \ + elif test $i = "../ncurses-5.9-20150516.patch.gz"; then \ + rm -f doc/html/man/adacurses-config.1.html; fi && \ gunzip -c $i | patch -p1; done);