mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
lcms, disable static library (#7639)
This commit is contained in:
@@ -8,7 +8,7 @@ approved as an International Standard, ISO 15076-1, in 2005."
|
|||||||
HOMEPAGE="http://www.littlecms.com/"
|
HOMEPAGE="http://www.littlecms.com/"
|
||||||
COPYRIGHT="1998-2017 Marti Maria"
|
COPYRIGHT="1998-2017 Marti Maria"
|
||||||
LICENSE="MIT"
|
LICENSE="MIT"
|
||||||
REVISION="1"
|
REVISION="2"
|
||||||
SOURCE_URI="https://downloads.sourceforge.net/lcms/lcms2-$portVersion.tar.gz"
|
SOURCE_URI="https://downloads.sourceforge.net/lcms/lcms2-$portVersion.tar.gz"
|
||||||
CHECKSUM_SHA256="18663985e864100455ac3e507625c438c3710354d85e5cbb7cd4043e11fe10f5"
|
CHECKSUM_SHA256="18663985e864100455ac3e507625c438c3710354d85e5cbb7cd4043e11fe10f5"
|
||||||
SOURCE_DIR="lcms2-$portVersion"
|
SOURCE_DIR="lcms2-$portVersion"
|
||||||
@@ -84,7 +84,9 @@ BUILD()
|
|||||||
{
|
{
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
|
|
||||||
runConfigure --omit-dirs binDir ./configure --bindir=$commandBinDir
|
runConfigure --omit-dirs binDir ./configure \
|
||||||
|
--bindir=$commandBinDir \
|
||||||
|
--disable-static
|
||||||
make $jobArgs
|
make $jobArgs
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user