summaryrefslogtreecommitdiff
path: root/libre-testing/texlive-bin-libre/poppler-0.20.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-08-14 21:42:51 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-08-14 21:42:51 -0300
commit18a4be0a68b9828b4476a6fea8058fdca8b235fe (patch)
tree4fd14690e377645b91519887efb320ad75d636d4 /libre-testing/texlive-bin-libre/poppler-0.20.patch
parent4f58d18cb4cfa287c4f54749c99da5a8edd6597f (diff)
downloadabslibre-18a4be0a68b9828b4476a6fea8058fdca8b235fe.tar.gz
abslibre-18a4be0a68b9828b4476a6fea8058fdca8b235fe.tar.bz2
abslibre-18a4be0a68b9828b4476a6fea8058fdca8b235fe.zip
texlive-bin-libre-2012.0-4: updating revision
Diffstat (limited to 'libre-testing/texlive-bin-libre/poppler-0.20.patch')
-rw-r--r--libre-testing/texlive-bin-libre/poppler-0.20.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/libre-testing/texlive-bin-libre/poppler-0.20.patch b/libre-testing/texlive-bin-libre/poppler-0.20.patch
new file mode 100644
index 000000000..3bd8183ab
--- /dev/null
+++ b/libre-testing/texlive-bin-libre/poppler-0.20.patch
@@ -0,0 +1,22 @@
+--- source/texk/web2c/luatexdir/lua/lepdflib.cc.orig 2011-10-06 06:14:20.000000000 +0000
++++ source/texk/web2c/luatexdir/lua/lepdflib.cc 2012-05-17 11:30:26.327236883 +0000
+@@ -1433,7 +1433,7 @@
+
+ static int m_Object_getTypeName(lua_State * L)
+ {
+- char *s;
++ const char *s;
+ udstruct *uin;
+ uin = (udstruct *) luaL_checkudata(L, 1, M_Object);
+ if (uin->pd != NULL && uin->pd->pc != uin->pc)
+--- source/texk/web2c/pdftexdir/pdftosrc.cc.orig 2012-06-24 17:12:34.376329435 +0200
++++ source/texk/web2c/pdftexdir/pdftosrc.cc 2012-06-24 17:12:25.490003152 +0200
+@@ -134,7 +134,7 @@
+ exit(1);
+ }
+ if (extract_xref_table) {
+- int size = xref->getSize();
++ int size = xref->getNumObjects();
+ int i;
+ for (i = 0; i < size; i++) {
+ if (xref->getEntry(i)->offset == 0xffffffff)