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

Antonio Rojas arojas at archlinux.org
Thu Nov 1 20:39:23 UTC 2018


    Date: Thursday, November 1, 2018 @ 20:39:23
  Author: arojas
Revision: 401151

Fix build with poppler 0.71

Modified:
  gdal/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-01 20:35:11 UTC (rev 401150)
+++ PKGBUILD	2018-11-01 20:39:23 UTC (rev 401151)
@@ -30,6 +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 -type f | xargs sed -e 's|GBool|bool|g' -e 's|gFalse|false|g' -i
 
 # Fix mandir
   sed -i "s|^mandir=.*|mandir='\${prefix}/share/man'|" configure



More information about the arch-commits mailing list