From 7ce651d660c5f233678269178ef23f8fd58a962c Mon Sep 17 00:00:00 2001 From: Mikle Kolyada Date: Mon, 30 Dec 2019 20:46:51 +0300 Subject: Add poppler-0.84 compat patch Signed-off-by: Mikle Kolyada --- 2019/patches/texlive-core-2019-poppler0.84.patch | 27 ++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 2019/patches/texlive-core-2019-poppler0.84.patch (limited to '2019') diff --git a/2019/patches/texlive-core-2019-poppler0.84.patch b/2019/patches/texlive-core-2019-poppler0.84.patch new file mode 100644 index 0000000..d92288f --- /dev/null +++ b/2019/patches/texlive-core-2019-poppler0.84.patch @@ -0,0 +1,27 @@ +From f00f5c8bac586a07dbfd3d517f0f213e22ca2435 Mon Sep 17 00:00:00 2001 +From: Mikle Kolyada +Date: Mon, 30 Dec 2019 19:45:59 +0300 +Subject: [PATCH] poppler-0.84 compat + +Upstream report: https://tug.org/pipermail/tex-k/2019-December/003096.html + +Signed-off-by: Mikle Kolyada +--- + utils.c | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/utils.c b/utils.c +index c93a878..6f866e7 100644 +--- a/texk/web2c/pdftexdir/utils.c ++++ b/texk/web2c/pdftexdir/utils.c +@@ -33,7 +33,6 @@ with this program. If not, see . + #include "ptexlib.h" + #include + #ifdef POPPLER_VERSION +-#include + #define xpdfVersion POPPLER_VERSION + #define xpdfString "poppler" + #else +-- +2.24.1 + -- cgit v1.2.3-65-gdbad