diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-01-21 23:04:19 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-01-21 23:04:29 +0000 |
commit | b65f37dd215869eae0bc6fd367a515281e301f6a (patch) | |
tree | 7ff8f3b82f9ad866d8760205c2b738a05e8b371f /app-text/mupdf/mupdf-1.16.1.ebuild | |
parent | sci-misc/mendeleydesktop: Nothing needs py2 support for mendeleydesktop (diff) | |
download | gentoo-b65f37dd215869eae0bc6fd367a515281e301f6a.tar.gz gentoo-b65f37dd215869eae0bc6fd367a515281e301f6a.tar.bz2 gentoo-b65f37dd215869eae0bc6fd367a515281e301f6a.zip |
app-text/mupdf: tweak for gcc-10
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'app-text/mupdf/mupdf-1.16.1.ebuild')
-rw-r--r-- | app-text/mupdf/mupdf-1.16.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-text/mupdf/mupdf-1.16.1.ebuild b/app-text/mupdf/mupdf-1.16.1.ebuild index 117de7bc1999..a7b999565155 100644 --- a/app-text/mupdf/mupdf-1.16.1.ebuild +++ b/app-text/mupdf/mupdf-1.16.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -46,6 +46,7 @@ PATCHES=( "${FILESDIR}"/${PN}-1.10a-add-desktop-pc-xpm-files.patch # See bugs #662352 "${FILESDIR}"/${PN}-1.15-openssl-x11.patch + "${FILESDIR}"/${PN}-1.16.1-freeglut-fg_gl2-gcc-10.patch ) src_prepare() { |