diff options
author | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-08 00:38:51 +0000 |
---|---|---|
committer | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-08 00:38:51 +0000 |
commit | f491016cd3e004738ddb5e23c2e56447a24f4a5d (patch) | |
tree | df74989f12b10fbb715d3461b2ce26023d71245d /community/postgis | |
parent | 20882a6ff97060943b0d2512663c851c0f3b9bbe (diff) | |
download | aports-f491016cd3e004738ddb5e23c2e56447a24f4a5d.tar.bz2 aports-f491016cd3e004738ddb5e23c2e56447a24f4a5d.tar.xz |
community/postgis: disable on mips
Diffstat (limited to 'community/postgis')
-rw-r--r-- | community/postgis/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/postgis/APKBUILD b/community/postgis/APKBUILD index 53e7f0a8a9..980b9c278c 100644 --- a/community/postgis/APKBUILD +++ b/community/postgis/APKBUILD @@ -5,7 +5,7 @@ pkgver=3.0.1 pkgrel=1 pkgdesc="PostGIS is a spatial database extender for PostgreSQL object-relational database." url="https://postgis.net/" -arch="all !x86 !armhf !armv7 !s390x" # missing proj-dev on these arch's +arch="all !x86 !armhf !armv7 !s390x !mips !mips64" # missing proj-dev on these arch's license="GPL-2.0-or-later" depends="postgresql perl" makedepends="postgresql-dev geos-dev gdal-dev libxml2-dev proj-dev perl-dev |