diff --git a/mingw-w64-libtiff/PKGBUILD b/mingw-w64-libtiff/PKGBUILD index 532783f6c9..0d43e113db 100644 --- a/mingw-w64-libtiff/PKGBUILD +++ b/mingw-w64-libtiff/PKGBUILD @@ -4,13 +4,13 @@ _realname=libtiff pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" pkgver=4.0.3 -pkgrel=5 +pkgrel=6 pkgdesc="Library for manipulation of TIFF images (mingw-w64)" arch=('any') url="http://www.remotesensing.org/libtiff" license=(MIT) depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs" - "${MINGW_PACKAGE_PREFIX}-jbigkit" + #"${MINGW_PACKAGE_PREFIX}-jbigkit" "${MINGW_PACKAGE_PREFIX}-libjpeg-turbo" "${MINGW_PACKAGE_PREFIX}-xz" "${MINGW_PACKAGE_PREFIX}-zlib") @@ -39,7 +39,9 @@ build() { --target=${MINGW_CHOST} \ --enable-static \ --enable-shared \ + --disable-jbig \ --without-x + make }