diff --git a/media-libs/jbig2dec/jbig2dec-0.19.recipe b/media-libs/jbig2dec/jbig2dec-0.19.recipe index 593200ef7..534dcc952 100644 --- a/media-libs/jbig2dec/jbig2dec-0.19.recipe +++ b/media-libs/jbig2dec/jbig2dec-0.19.recipe @@ -8,7 +8,7 @@ ratios on the order of 100:1." HOMEPAGE="https://jbig2dec.com/" COPYRIGHT="2001-2009 Artifex Software, Inc." LICENSE="GNU GPL v3" -REVISION="1" +REVISION="2" SOURCE_URI="https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs9530/jbig2dec-$portVersion.tar.gz" CHECKSUM_SHA256="279476695b38f04939aa59d041be56f6bade3422003a406a85e9792c27118a37" PATCHES="jbig2dec-$portVersion.patchset" @@ -51,7 +51,7 @@ BUILD() aclocal automake --add-missing autoconf - runConfigure ./configure + runConfigure ./configure --disable-static make $jobArgs }