mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
tesseract, disable static library (#7681)
This commit is contained in:
@@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/tesseract-ocr/"
|
||||
COPYRIGHT="1985-1995 HP labs
|
||||
2012 Google Inc."
|
||||
LICENSE="Apache v2"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://github.com/tesseract-ocr/tesseract/archive/$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="494d64ffa7069498a97b909a0e65a35a213989e0184f1ea15332933a90d43445"
|
||||
PATCHES="tesseract-$portVersion.patchset"
|
||||
@@ -86,7 +86,7 @@ BUILD()
|
||||
autogen.sh
|
||||
export LEPTONICA_CFLAGS=-I$(finddir B_SYSTEM_HEADERS_DIRECTORY)${secondaryArchSubDir}/leptonica
|
||||
export TESSDATA_PREFIX=$dataDir/tessdata
|
||||
runConfigure configure
|
||||
runConfigure configure --disable-static
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user