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

Antonio Rojas arojas at archlinux.org
Fri Dec 14 19:58:11 UTC 2018


    Date: Friday, December 14, 2018 @ 19:58:10
  Author: arojas
Revision: 416285

Fix build with poppler 0.72

Modified:
  gdal/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-14 19:54:34 UTC (rev 416284)
+++ PKGBUILD	2018-12-14 19:58:10 UTC (rev 416285)
@@ -30,8 +30,8 @@
 
 # Fix build with poppler >= 0.69.0
   patch -Np2 -i ../gdal-poppler-0.69.0.patch
-# Fix build with poppler 0.71
-  find frmts/pdf -type f | xargs sed -e 's|GBool|bool|g' -e 's|gFalse|false|g' -i
+# Fix build with poppler 0.72
+  find frmts/pdf -type f | xargs sed -e 's|GBool|bool|g' -e 's|gFalse|false|g' -e 's|getCString|c_str|g' -i
 
 # Fix mandir
   sed -i "s|^mandir=.*|mandir='\${prefix}/share/man'|" configure



More information about the arch-commits mailing list