aboutsummaryrefslogtreecommitdiffstats
path: root/main/libunwind
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2017-06-19 14:04:58 +0000
committerTimo Teräs <timo.teras@iki.fi>2017-06-19 14:04:58 +0000
commit47f5c4e81d6a5c8774c9ff1c2265aea87c077a87 (patch)
tree68ab7681cf5e992322075b99d8066d75d8d54c9f /main/libunwind
parente91d8df7d2c557042cc87542db77a72a401d5d22 (diff)
downloadaports-47f5c4e81d6a5c8774c9ff1c2265aea87c077a87.tar.bz2
aports-47f5c4e81d6a5c8774c9ff1c2265aea87c077a87.tar.xz
main/libunwind: does not build on x86 or ppc64le
Diffstat (limited to 'main/libunwind')
-rw-r--r--main/libunwind/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/libunwind/APKBUILD b/main/libunwind/APKBUILD
index 38a878f0f6..dda0083f84 100644
--- a/main/libunwind/APKBUILD
+++ b/main/libunwind/APKBUILD
@@ -6,7 +6,7 @@ _pkgver=${pkgver/_/-}
pkgrel=0
pkgdesc="Portable and efficient C programming interface (API) to determine the call-chain of a program"
url="http://www.nongnu.org/libunwind/"
-arch="all !s390x"
+arch="all !s390x !x86 !ppc64le"
license="MIT"
depends=""
depends_dev="libexecinfo-dev"