summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2020-08-14 19:51:42 -0400
committerAaron Bauman <bman@gentoo.org>2020-08-14 19:53:29 -0400
commit30fc228f731e480aaef3d357936c0c7768acfadd (patch)
tree586ba7899e94456e82faa9df3d0127d7d8fb36dc /app-text
parentdev-perl/Cpanel-JSON-XS: Stabilize 4.190.0 amd64, #732640 (diff)
downloadgentoo-30fc228f731e480aaef3d357936c0c7768acfadd.tar.gz
gentoo-30fc228f731e480aaef3d357936c0c7768acfadd.tar.bz2
gentoo-30fc228f731e480aaef3d357936c0c7768acfadd.zip
app-text/mupdf: drop libressl patch and bump min version
* Upstream has included LibreSSL support * Bump minimum version to 3.2.0 for latest APIs. Closes: https://bugs.gentoo.org/737126 Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/mupdf/mupdf-1.17.0.ebuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/app-text/mupdf/mupdf-1.17.0.ebuild b/app-text/mupdf/mupdf-1.17.0.ebuild
index 61f7125c382c..73a2ee992231 100644
--- a/app-text/mupdf/mupdf-1.17.0.ebuild
+++ b/app-text/mupdf/mupdf-1.17.0.ebuild
@@ -29,7 +29,7 @@ RDEPEND="
virtual/jpeg[static-libs?]
opengl? ( >=media-libs/freeglut-3.0.0:= )
ssl? (
- libressl? ( >=dev-libs/libressl-2.8:0=[static-libs?] )
+ libressl? ( >=dev-libs/libressl-3.2.0:0=[static-libs?] )
!libressl? ( >=dev-libs/openssl-1.1:0=[static-libs?] )
)
X? (
@@ -60,9 +60,6 @@ src_prepare() {
sed -e '/* #define FZ_ENABLE_JS/ a\#define FZ_ENABLE_JS 0' \
-i include/mupdf/fitz/config.h || die
- # See bug #670832
- use ssl && use libressl && eapply "${FILESDIR}"/${PN}-1.14-libressl.patch
-
sed -e "1iOS = Linux" \
-e "1iCC = $(tc-getCC)" \
-e "1iLD = $(tc-getLD)" \