aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-05-01 00:46:23 +0200
committerJakub Jirutka <jakub@jirutka.cz>2017-05-01 00:46:23 +0200
commit21291d9b72f3d190e02fa1588eae7c9ad79e86f0 (patch)
tree4ffe0b854f54a0743fa80d079e5cc1624e9d95c6 /community
parent41489596392977197d046ca034685664a3f4afa4 (diff)
downloadaports-21291d9b72f3d190e02fa1588eae7c9ad79e86f0.tar.bz2
aports-21291d9b72f3d190e02fa1588eae7c9ad79e86f0.tar.xz
community/llvm-libunwind: disabled on ppc64le (unsupported)
libunwind-3.9.1.src/include/__libunwind_config.h:57:4: error: #error "Unsupported architecture."
Diffstat (limited to 'community')
-rw-r--r--community/llvm-libunwind/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/llvm-libunwind/APKBUILD b/community/llvm-libunwind/APKBUILD
index 3168e5a33c..99d0da1d84 100644
--- a/community/llvm-libunwind/APKBUILD
+++ b/community/llvm-libunwind/APKBUILD
@@ -7,7 +7,7 @@ _llvmver=3.9
pkgrel=1
pkgdesc="LLVM version of libunwind library"
url="http://llvm.org/"
-arch="all"
+arch="all !ppc64le"
license="BSD"
depends_dev="!libunwind-dev"
makedepends="cmake llvm$_llvmver-dev"