diff options
-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 |