diff options
Diffstat (limited to '2019')
-rw-r--r-- | 2019/patches/texlive-core-2019-poppler0.84.patch | 27 |
1 files changed, 27 insertions, 0 deletions
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 <zlogene@gentoo.org> +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 <zlogene@gentoo.org> +--- + 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 <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 +-- +2.24.1 + |