aboutsummaryrefslogtreecommitdiffstats
path: root/community/webkit2gtk
diff options
context:
space:
mode:
authorTuan M. Hoang <tmhoang@flatglobe.org>2018-02-10 21:33:02 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-02-13 15:31:55 +0000
commit360208b74cdd9858dfc68036dc31959e9eb8f083 (patch)
treedcf0aa83873e1488504702f938fd8c38a14625d8 /community/webkit2gtk
parentf8ed4713b58f6a62990405ad7a83c878ab9aff31 (diff)
downloadaports-360208b74cdd9858dfc68036dc31959e9eb8f083.tar.bz2
aports-360208b74cdd9858dfc68036dc31959e9eb8f083.tar.xz
community/[various]: enable build on s390x
enable build webkit2gtk, shotwell, midori fix local variable _archopt
Diffstat (limited to 'community/webkit2gtk')
-rw-r--r--community/webkit2gtk/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/webkit2gtk/APKBUILD b/community/webkit2gtk/APKBUILD
index 23dc2709d2..d0e58c2156 100644
--- a/community/webkit2gtk/APKBUILD
+++ b/community/webkit2gtk/APKBUILD
@@ -6,7 +6,7 @@ pkgver=2.18.4
pkgrel=0
pkgdesc="portable web rendering engine WebKit for GTK+"
url="https://webkitgtk.org/"
-arch="x86 x86_64 ppc64le aarch64 armhf"
+arch="all"
license="LGPL-2.0-or-later BSD"
makedepends="$depends_dev
bison
@@ -75,7 +75,7 @@ prepare() {
}
build() {
- local _jitopt=
+ local _archopt=
case "$CARCH" in
armhf) _archopt="-DUSE_LD_GOLD=OFF -DENABLE_JIT=OFF -DUSE_SYSMEM_MALLOC=ON";;
aarch64) _archopt="-DUSE_LD_GOLD=OFF";;