webkit2gtk: mark as broken on armv[67]l*.
This commit is contained in:
parent
7f0e82f778
commit
f57cb99bb8
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@ license="LGPL-2.1, BSD-2-Clause"
|
|||
distfiles="${homepage}/releases/webkitgtk-${version}.tar.xz"
|
||||
checksum=fa42b54a98831405c8a3e7f40371eec3f0bd5cdbb124813a5e329e7a9f8c6f2a
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
armv[67]l*) broken="/builddir/webkitgtk-2.22.0/Source/JavaScriptCore/heap/MachineStackMarker.cpp:224:46: error: requested alignment is not an integer constant"
|
||||
esac
|
||||
|
||||
# ETOOHUGE
|
||||
nodebug=1
|
||||
|
||||
|
|
Loading…
Reference in a new issue