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

Antonio Rojas arojas at archlinux.org
Sat Jan 19 12:34:01 UTC 2019


    Date: Saturday, January 19, 2019 @ 12:34:00
  Author: arojas
Revision: 424588

Try to fix build with poppler 0.73

Modified:
  gdal/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-19 12:28:35 UTC (rev 424587)
+++ PKGBUILD	2019-01-19 12:34:00 UTC (rev 424588)
@@ -32,6 +32,8 @@
   patch -Np2 -i ../gdal-poppler-0.69.0.patch
 # 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 build with poppler 0.73
+  sed -e 's|#include <goo/gtypes.h>|typedef unsigned char Guchar;|' -i frmts/pdf/pdfsdk_headers.h
 
 # Fix mandir
   sed -i "s|^mandir=.*|mandir='\${prefix}/share/man'|" configure



More information about the arch-commits mailing list