aboutsummaryrefslogtreecommitdiffstats
path: root/testing/php7-pdlib
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-13 02:24:57 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-13 02:24:57 +0000
commit53b0fe9a15f98d48ab361da976a322cfb3833c50 (patch)
tree03e91b452ef0edb5e5a90c231eaa99f08a32e00d /testing/php7-pdlib
parent862fefedbd545a1530204ae06da34017edc7c0b8 (diff)
downloadaports-53b0fe9a15f98d48ab361da976a322cfb3833c50.tar.bz2
aports-53b0fe9a15f98d48ab361da976a322cfb3833c50.tar.xz
testing/php7-pdlib: disable on mips
Diffstat (limited to 'testing/php7-pdlib')
-rw-r--r--testing/php7-pdlib/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/php7-pdlib/APKBUILD b/testing/php7-pdlib/APKBUILD
index 0b3ad5fc8b..6b5af2cffb 100644
--- a/testing/php7-pdlib/APKBUILD
+++ b/testing/php7-pdlib/APKBUILD
@@ -6,7 +6,7 @@ pkgver=1.0
pkgrel=0
pkgdesc="PHP extension for Dlib"
url="https://github.com/goodspb/pdlib"
-arch="all !ppc64le" # build fails https://github.com/goodspb/pdlib/issues/19
+arch="all !ppc64le !mips !mips64" # build fails https://github.com/goodspb/pdlib/issues/19
license="MIT"
depends="php7-common dlib"
makedepends="php7-dev pkgconf php7-bz2"