Date: Thu, 24 Feb 2022 07:23:27 GMT From: Dirk Meyer <dinoex@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 1370414543ae - main - graphics/gd: disable default for HEIF AVIF Message-ID: <202202240723.21O7NRQP088593@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by dinoex: URL: https://cgit.FreeBSD.org/ports/commit/?id=1370414543aefa35bae52681fe19dc41e53a5c9d commit 1370414543aefa35bae52681fe19dc41e53a5c9d Author: Dirk Meyer <dinoex@FreeBSD.org> AuthorDate: 2022-02-24 07:22:44 +0000 Commit: Dirk Meyer <dinoex@FreeBSD.org> CommitDate: 2022-02-24 07:22:44 +0000 graphics/gd: disable default for HEIF AVIF --- graphics/gd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile index b22768d2c2e8..1e0168496712 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/Makefile @@ -26,7 +26,7 @@ USE_LDCONFIG= yes TEST_TARGET= check OPTIONS_DEFINE= PNG JPEG WEBP HEIF AVIF TIFF FREETYPE FONTCONFIG RAQM XPM ICONV -OPTIONS_DEFAULT=PNG JPEG WEBP HEIF AVIF TIFF FREETYPE FONTCONFIG ICONV +OPTIONS_DEFAULT=PNG JPEG WEBP TIFF FREETYPE FONTCONFIG ICONV NO_OPTIONS_SORT=yes OPTIONS_SUB= yes PNG_LIB_DEPENDS= libpng.so:graphics/png
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202240723.21O7NRQP088593>