commit: 0808517f3403aca716e3123c3b5bbc8b34562458 Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Wed Jul 31 23:29:25 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Feb 24 00:45:40 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0808517f
media-libs/tiff-compat: disable libdeflate explicitly Bug: https://bugs.gentoo.org/930111 Signed-off-by: Alfred Wingate <parona <AT> protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/37892 Signed-off-by: Sam James <sam <AT> gentoo.org> .../{tiff-compat-4.4.0-r2.ebuild => tiff-compat-4.4.0-r3.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/media-libs/tiff-compat/tiff-compat-4.4.0-r2.ebuild b/media-libs/tiff-compat/tiff-compat-4.4.0-r3.ebuild similarity index 98% rename from media-libs/tiff-compat/tiff-compat-4.4.0-r2.ebuild rename to media-libs/tiff-compat/tiff-compat-4.4.0-r3.ebuild index 81c17cfbb269..def95d1bc254 100644 --- a/media-libs/tiff-compat/tiff-compat-4.4.0-r2.ebuild +++ b/media-libs/tiff-compat/tiff-compat-4.4.0-r3.ebuild @@ -74,6 +74,7 @@ multilib_src_configure() { $(use_enable webp) $(use_enable zlib) $(use_enable zstd) + --disable-libdeflate #bug #930111 ) ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
