diff options
author | 2023-03-15 03:38:34 +0000 | |
---|---|---|
committer | 2023-03-15 03:38:39 +0000 | |
commit | cfa57a7af4d5c0349202812fbe749aa30d6c2b82 (patch) | |
tree | 4b1ce29baf57915e2437340404d2e678be230656 /app-text/ghostscript-gpl | |
parent | dev-util/cmake: add 3.26.0, drop 3.26.0_rc4 (diff) | |
download | gentoo-cfa57a7af4d5c0349202812fbe749aa30d6c2b82.tar.gz gentoo-cfa57a7af4d5c0349202812fbe749aa30d6c2b82.tar.bz2 gentoo-cfa57a7af4d5c0349202812fbe749aa30d6c2b82.zip |
app-text/ghostscript-gpl: add note re bundled libs
Bug: https://bugs.gentoo.org/900975
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text/ghostscript-gpl')
-rw-r--r-- | app-text/ghostscript-gpl/ghostscript-gpl-10.0.0-r5.ebuild | 8 |
1 files 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 \ |