commit:     cfa57a7af4d5c0349202812fbe749aa30d6c2b82
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 15 03:38:34 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 15 03:38:39 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfa57a7a

app-text/ghostscript-gpl: add note re bundled libs

Bug: https://bugs.gentoo.org/900975
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-text/ghostscript-gpl/ghostscript-gpl-10.0.0-r5.ebuild | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-10.0.0-r5.ebuild 
b/app-text/ghostscript-gpl/ghostscript-gpl-10.0.0-r5.ebuild
index 3aea5af66531..ec7a31487639 100644
--- a/app-text/ghostscript-gpl/ghostscript-gpl-10.0.0-r5.ebuild
+++ b/app-text/ghostscript-gpl/ghostscript-gpl-10.0.0-r5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -128,11 +128,13 @@ src_configure() {
                FONTPATH="${FONTPATH}${FONTPATH:+:}${EPREFIX}${path}"
        done
 
-       PKGCONFIG=$(type -P $(tc-getPKG_CONFIG)) \
        # Do not add --enable-dynamic here, it's not supported fully upstream
        # https://bugs.ghostscript.com/show_bug.cgi?id=705895
        # bug #884707
-       econf \
+       #
+       # leptonica and tesseract are bundled but modified upstream, like in
+       # mujs/mupdf.
+       PKGCONFIG=$(type -P $(tc-getPKG_CONFIG)) econf \
                --enable-freetype \
                --enable-fontconfig \
                --enable-openjpeg \

Reply via email to