mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
gd, revbump for libtiff changes (#11809)
This commit is contained in:
@@ -4,7 +4,7 @@ by programmers."
|
||||
HOMEPAGE="https://www.libgd.org/"
|
||||
COPYRIGHT="1999-2020 Pierre-Alain Joye"
|
||||
LICENSE="Libgd"
|
||||
REVISION="6"
|
||||
REVISION="7"
|
||||
SOURCE_URI="https://github.com/libgd/libgd/archive/gd-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="24429f9d0dbe0f865aaa4b1a63558242396ba9134e6cfd32ca5e486a84483350"
|
||||
SOURCE_DIR="libgd-gd-$portVersion"
|
||||
@@ -70,7 +70,7 @@ BUILD_REQUIRES="
|
||||
devel:libiconv$secondaryArchSuffix
|
||||
devel:libjpeg$secondaryArchSuffix
|
||||
devel:libpng16$secondaryArchSuffix
|
||||
devel:libtiff$secondaryArchSuffix
|
||||
devel:libtiff$secondaryArchSuffix >= 6
|
||||
devel:libwebp$secondaryArchSuffix
|
||||
devel:libz$secondaryArchSuffix
|
||||
"
|
||||
@@ -106,3 +106,9 @@ INSTALL()
|
||||
packageEntries devel \
|
||||
$developDir
|
||||
}
|
||||
|
||||
TEST()
|
||||
{
|
||||
# 19 out of 185 tests failed
|
||||
make check
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user