Date: Tuesday, January 15, 2019 @ 10:58:09
Author: anthraxx
Revision: 423294
fix moved header for boost 1.69 rebuild
Modified:
mapnik/trunk/PKGBUILD
----------+
PKGBUILD | 1 +
1 file changed, 1 insertion(+)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-01-15 10:49:35 UTC (rev 423293)
+++ PKGBUILD 2019-01-15 10:58:09 UTC (rev 423294)
@@ -33,6 +33,7 @@
cd "${srcdir}"/$pkgname-v$pkgver
patch -Np1 -i "${srcdir}"/3892.patch
patch -p1 -i ../mapnik-boost-1.68.patch # Fix build with boost 1.68
+ sed 's|gil/gil_all.hpp|gil.hpp|g' -i include/*/*.hpp # boost 1.69
}
build() {