aboutsummaryrefslogtreecommitdiffstats
path: root/community/webkit2gtk
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2017-06-21 15:49:31 +0000
committerWilliam Pitcock <nenolod@dereferenced.org>2017-06-21 15:49:31 +0000
commitdc90c47f0cbea5baa1638611d85c590d9ec96b54 (patch)
tree1c4fc03729ca4c1d4647bfdede7eb974eef2817a /community/webkit2gtk
parentb78b5c7c8606bc3aec059388d2102c52c7649390 (diff)
downloadaports-dc90c47f0cbea5baa1638611d85c590d9ec96b54.tar.bz2
aports-dc90c47f0cbea5baa1638611d85c590d9ec96b54.tar.xz
community/webkit2gtk: more poking on armhf
Diffstat (limited to 'community/webkit2gtk')
-rw-r--r--community/webkit2gtk/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/webkit2gtk/APKBUILD b/community/webkit2gtk/APKBUILD
index ca96422cc4..97cc37b804 100644
--- a/community/webkit2gtk/APKBUILD
+++ b/community/webkit2gtk/APKBUILD
@@ -69,7 +69,7 @@ prepare() {
build() {
local _jitopt=
case "$CARCH" in
- armhf) _archopt="-DUSE_LD_GOLD=OFF";;
+ armhf) _archopt="-DUSE_LD_GOLD=OFF -DENABLE_JIT=OFF -DUSE_SYSMEM_MALLOC=ON";;
aarch64) _archopt="-DUSE_LD_GOLD=OFF";;
ppc64le) _archopt="-DENABLE_JIT=OFF -DUSE_SYSMTE_MALLOC=ON";;
s390x) _archopt="-DUSE_LD_GOLD=OFF -DENABLE_JIT=OFF -DUSE_SYSMEM_MALLOC=ON";;