[arch-commits] Commit in texlive-bin/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Wed Apr 24 07:48:22 UTC 2019


    Date: Wednesday, April 24, 2019 @ 07:48:21
  Author: arojas
Revision: 352048

Fix build with poppler 0.76, take 2

Modified:
  texlive-bin/trunk/PKGBUILD

----------+
 PKGBUILD |    1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-24 07:08:38 UTC (rev 352047)
+++ PKGBUILD	2019-04-24 07:48:21 UTC (rev 352048)
@@ -57,6 +57,7 @@
     cp -pv texk/web2c/pdftexdir/pdftoepdf{-poppler0.75.0,}.cc
     cp -pv texk/web2c/pdftexdir/pdftosrc{-poppler0.75.0,}.cc
     sed -e 's|Parser(xref, lexer, false)|Parser(xref, str, false)|g' -i texk/web2c/pdftexdir/pdftosrc.cc # Fix build with poppler 0.76
+    sed -e 's|findPage(ref.num, ref.gen)|findPage(ref)|g' -i texk/web2c/pdftexdir/pdftoepdf.cc
 }
 
 build() {



More information about the arch-commits mailing list