diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-10-02 21:18:05 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-10-02 21:18:05 +0000 |
commit | 8636c01fcb4e57f8d98fa1d8bd3a5d7222cc5f10 (patch) | |
tree | 681e3b7133d93f04d948e129e79a512d9b88e250 /testing/mapnik | |
parent | 2aaa5a779523bd9dd56b74a24fb4e46917f56d69 (diff) | |
download | aports-8636c01fcb4e57f8d98fa1d8bd3a5d7222cc5f10.tar.bz2 aports-8636c01fcb4e57f8d98fa1d8bd3a5d7222cc5f10.tar.xz |
testing/mapnik: enable build on ppc64le
Diffstat (limited to 'testing/mapnik')
-rw-r--r-- | testing/mapnik/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/mapnik/APKBUILD b/testing/mapnik/APKBUILD index 58355976c6..80c8cab2e4 100644 --- a/testing/mapnik/APKBUILD +++ b/testing/mapnik/APKBUILD @@ -5,7 +5,7 @@ pkgver=3.0.15 pkgrel=0 pkgdesc="An open source toolkit for developing mapping applications" url="http://mapnik.org/" -arch="x86_64" +arch="x86_64 ppc64le" license="LPGL2+" depends="boost boost-regex freetype zlib harfbuzz postgresql-client sqlite-libs cairo libpng libjpeg tiff libwebp libxml2 proj4 gdal icu" depends_dev="" |