aboutsummaryrefslogtreecommitdiffstats
path: root/community/lensfun
diff options
context:
space:
mode:
authorBreno Leitao <breno.leitao@gmail.com>2017-03-23 01:54:23 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-03-23 14:37:07 +0000
commit662b3ca683d15aec820ce66570673271230dbe72 (patch)
treee824bcb3b38258cfc98c2169a30e5de264f88607 /community/lensfun
parent18845ae70bdac462551e130db42caad547ea090f (diff)
downloadaports-662b3ca683d15aec820ce66570673271230dbe72.tar.bz2
aports-662b3ca683d15aec820ce66570673271230dbe72.tar.xz
community/lensfun: Enabling the package to build on ppc64le
Disabling SSE and SSE2 on ppc64le also.
Diffstat (limited to 'community/lensfun')
-rw-r--r--community/lensfun/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/lensfun/APKBUILD b/community/lensfun/APKBUILD
index 09a6ccc9c6..48b346a26c 100644
--- a/community/lensfun/APKBUILD
+++ b/community/lensfun/APKBUILD
@@ -19,7 +19,7 @@ build() {
cd "$builddir"
local opts=
case "$CARCH" in
- arm*|aarch64) opts="-DBUILD_FOR_SSE=OFF -DBUILD_FOR_SSE2=OFF";;
+ arm*|aarch64|ppc64le) opts="-DBUILD_FOR_SSE=OFF -DBUILD_FOR_SSE2=OFF";;
esac
cmake \
-DCMAKE_BUILD_TYPE=Release \