X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/31dd7e16437a27a700ed5785f99c516bd60ea1cd..86779dda6a14a08e871f34ce599350d21b9d6064:/packages/graphicsmagick/build.sh diff --git a/packages/graphicsmagick/build.sh b/packages/graphicsmagick/build.sh index 6cc7073c..1d2dcc5d 100644 --- a/packages/graphicsmagick/build.sh +++ b/packages/graphicsmagick/build.sh @@ -4,6 +4,8 @@ TERMUX_PKG_VERSION=1.3.25 # Bandwith limited on main ftp site, so it's asked to use sourceforge instead: TERMUX_PKG_SRCURL=http://downloads.sourceforge.net/project/graphicsmagick/graphicsmagick/${TERMUX_PKG_VERSION}/GraphicsMagick-${TERMUX_PKG_VERSION}.tar.xz TERMUX_PKG_DEPENDS="littlecms, libtiff, freetype, libjasper, libjpeg-turbo, libpng, libbz2, libxml2, liblzma" -TERMUX_PKG_EXTRA_CONFIGURE_ARGS="ac_cv_func_ftime=no --without-magick-plus-plus" -TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" --with-fontpath=/system/fonts" +TERMUX_PKG_EXTRA_CONFIGURE_ARGS="ac_cv_func_ftime=no +--without-magick-plus-plus +--with-fontpath=/system/fonts +--without-x" TERMUX_PKG_RM_AFTER_INSTALL="bin/*-config share/man/man1/*-config.1"