diff --git a/media-libs/gd/gd-2.3.3.recipe b/media-libs/gd/gd-2.3.3.recipe index 07461d2cf..f2f3dcb09 100644 --- a/media-libs/gd/gd-2.3.3.recipe +++ b/media-libs/gd/gd-2.3.3.recipe @@ -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 +}