summaryrefslogtreecommitdiff
path: root/libre/texlive-bin/texlive-poppler-0.71.patch
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2018-11-04 01:00:56 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2018-11-04 01:00:56 -0500
commit82f96732ce28db2a2a657e52acfdaa80a034d648 (patch)
treea1d2416072f0ac31fa7e742d509dbf10916c31d5 /libre/texlive-bin/texlive-poppler-0.71.patch
parente339bfdd216d8ff8f599ca87a4d4f6fcbbf0075e (diff)
downloadabslibre-82f96732ce28db2a2a657e52acfdaa80a034d648.tar.gz
abslibre-82f96732ce28db2a2a657e52acfdaa80a034d648.tar.bz2
abslibre-82f96732ce28db2a2a657e52acfdaa80a034d648.zip
texlive-bin-2018.47465-5.par1: poppler 0.71.0 rebuild
Diffstat (limited to 'libre/texlive-bin/texlive-poppler-0.71.patch')
-rw-r--r--libre/texlive-bin/texlive-poppler-0.71.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/libre/texlive-bin/texlive-poppler-0.71.patch b/libre/texlive-bin/texlive-poppler-0.71.patch
new file mode 100644
index 000000000..e0e171829
--- /dev/null
+++ b/libre/texlive-bin/texlive-poppler-0.71.patch
@@ -0,0 +1,12 @@
+--- source/texk/web2c/luatexdir/lua/lepdflib.cc.orig 2018-11-01 22:46:43.868534355 +0000
++++ source/texk/web2c/luatexdir/lua/lepdflib.cc 2018-11-01 22:48:17.358815525 +0000
+@@ -240,7 +240,7 @@
+ if (uobj->pd != NULL && uobj->pd->pc != uobj->pc)
+ pdfdoc_changed_error(L);
+ uout = new_Attribute_userdata(L);
+- uout->d = new Attribute(n, nlen, (Object *)uobj->d);
++ uout->d = new Attribute((GooString)n, (Object *)uobj->d);
+ uout->atype = ALLOC_LEPDF;
+ uout->pc = uobj->pc;
+ uout->pd = uobj->pd;
+