From: Fredrik Fornwall Date: Tue, 16 Aug 2016 15:20:20 +0000 (-0400) Subject: gnuplot: Build with --with-bitmap-terminals X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/termux-packages/commitdiff_plain/3d0939396704cb2dd6b1a2f1cd6333cf62402c3d?ds=inline gnuplot: Build with --with-bitmap-terminals --- diff --git a/packages/gnuplot/build.sh b/packages/gnuplot/build.sh index e440764d..8d70a557 100644 --- a/packages/gnuplot/build.sh +++ b/packages/gnuplot/build.sh @@ -1,6 +1,7 @@ TERMUX_PKG_HOMEPAGE=http://www.gnuplot.info/ TERMUX_PKG_DESCRIPTION="Command-line driven graphing utility" TERMUX_PKG_VERSION=5.0.4 +TERMUX_PKG_BUILD_REVISION=1 TERMUX_PKG_SRCURL=http://downloads.sourceforge.net/project/gnuplot/gnuplot/${TERMUX_PKG_VERSION}/gnuplot-${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--without-x --with-lua=no" +TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--without-x --with-lua=no --with-bitmap-terminals" TERMUX_PKG_DEPENDS="libandroid-support, readline, pango, libgd"