diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-09-13 02:29:52 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-09-13 02:29:52 -0300 |
commit | a1fc82a97cd6f542f2cb40cdc8612b0ca8eb3147 (patch) | |
tree | eb60b66f847e2ceb0e983c7149e896f36992c0ba /libre | |
parent | ffc6ae6b5882cbb56429ed74627db28934a324d3 (diff) | |
download | abslibre-a1fc82a97cd6f542f2cb40cdc8612b0ca8eb3147.tar.gz abslibre-a1fc82a97cd6f542f2cb40cdc8612b0ca8eb3147.tar.bz2 abslibre-a1fc82a97cd6f542f2cb40cdc8612b0ca8eb3147.zip |
mapnik-3.0.10-3.parabola1: boost 1.61.0 rebuild
Diffstat (limited to 'libre')
-rw-r--r-- | libre/mapnik/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libre/mapnik/PKGBUILD b/libre/mapnik/PKGBUILD index 53218341a..aa766cb3b 100644 --- a/libre/mapnik/PKGBUILD +++ b/libre/mapnik/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 183124 2016-07-19 14:25:37Z spupykin $ +# $Id: PKGBUILD 188113 2016-08-31 10:19:54Z arojas $ # Maintainer (Arch): Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor (Arch): David Dent <thewinch@gmail.com> # Contributor (Arch): orbisvicis <orbisvicis@gmail.com> @@ -6,7 +6,7 @@ pkgname=mapnik pkgver=3.0.10 -pkgrel=3.parabola1 +pkgrel=4.parabola1 pkgdesc="Free Toolkit for developing mapping applications. Above all Mapnik is about rendering beautiful maps, without nonfree mod_fastcgi recommendation" arch=('i686' 'x86_64' 'armv7h') url="http://mapnik.org/" @@ -33,7 +33,8 @@ build() { PREFIX="/usr" \ INPUT_PLUGINS=all \ XMLPARSER=libxml2 \ - DESTDIR="$pkgdir" + DESTDIR="$pkgdir" \ + CUSTOM_CXXFLAGS="-DBOOST_OPTIONAL_CONFIG_USE_OLD_IMPLEMENTATION_OF_OPTIONAL" scons $MAKEFLAGS } |