From 464f2caa9cc153d09981f3c2a4fc5e2c2b718166 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Tue, 16 Dec 2025 09:44:12 -0500 Subject: [PATCH] app-text/ghostscript-gpl: update comment about brotli system lib It should work in ghostscript-gpl git. Bug: https://bugs.gentoo.org/966954 Bug: https://bugs.ghostscript.com/show_bug.cgi?id=708832 Signed-off-by: Eli Schwartz --- app-text/ghostscript-gpl/ghostscript-gpl-10.06.0.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-10.06.0.ebuild b/app-text/ghostscript-gpl/ghostscript-gpl-10.06.0.ebuild index 6520780d78598..36bf2e972c6f8 100644 --- a/app-text/ghostscript-gpl/ghostscript-gpl-10.06.0.ebuild +++ b/app-text/ghostscript-gpl/ghostscript-gpl-10.06.0.ebuild @@ -152,8 +152,9 @@ src_configure() { # leptonica and tesseract are bundled but modified upstream, like in # mujs/mupdf. # - # There is --without-local-brotli but it wants a non-existent -lbrotli - # and it's not clear what that corresponds do, as we have split libs. + # There is --without-local-brotli but it wants a non-existent -lbrotli. + # Fixed in https://bugs.ghostscript.com/show_bug.cgi?id=708832 for next + # release. PKGCONFIG=$(type -P $(tc-getPKG_CONFIG)) econf \ --enable-freetype \ --enable-fontconfig \