mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
jbig2dec, disable static library (#7637)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user