imagemagick: Use --disable-openmp (see #1314)
This commit is contained in:
parent
596ede131c
commit
978df5df70
|
@ -1,6 +1,7 @@
|
||||||
TERMUX_PKG_HOMEPAGE=https://www.imagemagick.org/
|
TERMUX_PKG_HOMEPAGE=https://www.imagemagick.org/
|
||||||
TERMUX_PKG_DESCRIPTION="Suite to create, edit, compose, or convert images in a variety of formats"
|
TERMUX_PKG_DESCRIPTION="Suite to create, edit, compose, or convert images in a variety of formats"
|
||||||
TERMUX_PKG_VERSION=7.0.8.2
|
TERMUX_PKG_VERSION=7.0.8.2
|
||||||
|
TERMUX_PKG_REVISION=1
|
||||||
TERMUX_PKG_SHA256=7b708b3a584557b5c0b792eca4fe07be0d9a5189703b8f8b8196e9ca45974330
|
TERMUX_PKG_SHA256=7b708b3a584557b5c0b792eca4fe07be0d9a5189703b8f8b8196e9ca45974330
|
||||||
local _download_version=`echo $TERMUX_PKG_VERSION | sed 's/\(.*\)\./\1-/'`
|
local _download_version=`echo $TERMUX_PKG_VERSION | sed 's/\(.*\)\./\1-/'`
|
||||||
TERMUX_PKG_SRCURL=https://github.com/ImageMagick/ImageMagick/archive/${_download_version}.tar.gz
|
TERMUX_PKG_SRCURL=https://github.com/ImageMagick/ImageMagick/archive/${_download_version}.tar.gz
|
||||||
|
@ -12,6 +13,7 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
||||||
--with-bzlib=no
|
--with-bzlib=no
|
||||||
--with-xml=yes
|
--with-xml=yes
|
||||||
--with-lzma
|
--with-lzma
|
||||||
|
--disable-openmp
|
||||||
ac_cv_func_ftime=no
|
ac_cv_func_ftime=no
|
||||||
ac_cv_header_complex_h=no
|
ac_cv_header_complex_h=no
|
||||||
"
|
"
|
||||||
|
|
Loading…
Reference in New Issue