summaryrefslogtreecommitdiff
path: root/libre/texlive-bin/texlive-poppler-0.84.patch
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2020-05-04 10:19:02 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2020-05-04 10:53:53 -0400
commitd881ae5096fe407ab3af04f275041aee7589b7f1 (patch)
tree0cccdb9b99614f1707f13e0a7594e4c4a84a4261 /libre/texlive-bin/texlive-poppler-0.84.patch
parent6d2b9390bd29f95d418b95955d12e3ec0b01008d (diff)
downloadabslibre-d881ae5096fe407ab3af04f275041aee7589b7f1.tar.gz
abslibre-d881ae5096fe407ab3af04f275041aee7589b7f1.tar.bz2
abslibre-d881ae5096fe407ab3af04f275041aee7589b7f1.zip
[texlive-bin]: upgrade to v2020.54586
Diffstat (limited to 'libre/texlive-bin/texlive-poppler-0.84.patch')
-rw-r--r--libre/texlive-bin/texlive-poppler-0.84.patch44
1 files changed, 0 insertions, 44 deletions
diff --git a/libre/texlive-bin/texlive-poppler-0.84.patch b/libre/texlive-bin/texlive-poppler-0.84.patch
deleted file mode 100644
index c8d8bef86..000000000
--- a/libre/texlive-bin/texlive-poppler-0.84.patch
+++ /dev/null
@@ -1,44 +0,0 @@
-From cf05aae9685e5c6a46b4313e7bfce49edc6f51f9 Mon Sep 17 00:00:00 2001
-From: Mikle Kolyada <zlogene@gentoo.org>
-Date: Tue, 31 Dec 2019 11:29:30 +0300
-Subject: [PATCH] poppler-0.84 compat
-
-Upstream report: https://tug.org/pipermail/tex-k/2019-December/003096.html
-
-Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
----
- texk/web2c/pdftexdir/utils.c | 1 -
- texk/web2c/xetexdir/XeTeX_ext.c | 3 +++
- 2 files changed, 3 insertions(+), 1 deletion(-)
-
-diff --git a/texk/web2c/pdftexdir/utils.c b/texk/web2c/pdftexdir/utils.c
-index c93a8781..6f866e76 100644
---- a/texk/web2c/pdftexdir/utils.c
-+++ b/texk/web2c/pdftexdir/utils.c
-@@ -33,7 +33,6 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
- #include "ptexlib.h"
- #include <png.h>
- #ifdef POPPLER_VERSION
--#include <poppler-config.h>
- #define xpdfVersion POPPLER_VERSION
- #define xpdfString "poppler"
- #else
-diff --git a/texk/web2c/xetexdir/XeTeX_ext.c b/texk/web2c/xetexdir/XeTeX_ext.c
-index 4968ee41..0aee4ee3 100644
---- a/texk/web2c/xetexdir/XeTeX_ext.c
-+++ b/texk/web2c/xetexdir/XeTeX_ext.c
-@@ -38,7 +38,10 @@ authorization from the copyright holders.
-
- #include <w2c/config.h>
-
-+#ifndef POPPLER_VERSION
- #include <poppler-config.h>
-+#endif
-+
- #include <png.h>
- #include <zlib.h>
- #include <graphite2/Font.h>
---
-2.24.1
-
-