webkit2gtk: update to 2.22.2.

[ci skip]
This commit is contained in:
Rasmus Thomsen 2018-09-21 08:49:44 +02:00 committed by maxice8
parent 84d1e997c8
commit cffa44fff1
2 changed files with 2 additions and 13 deletions

View File

@ -1,11 +0,0 @@
--- Source/JavaScriptCore/heap/RegisterState.h 2018-09-16 19:01:30.092094651 +0200
+++ Source/JavaScriptCore/heap/RegisterState.h 2018-09-16 19:11:50.022069933 +0200
@@ -166,7 +166,7 @@
#pragma warning(disable: 4611)
#endif
#define ALLOCATE_AND_GET_REGISTER_STATE(registers) \
- alignas(std::max(alignof(void*), alignof(RegisterState))) RegisterState registers; \
+ alignas(alignof(void*) > alignof(RegisterState) ? alignof(void*) : alignof(RegisterState)) RegisterState registers; \
setjmp(registers)
#if COMPILER(MSVC)

View File

@ -1,6 +1,6 @@
# Template file for 'webkit2gtk'
pkgname=webkit2gtk
version=2.22.0
version=2.22.2
revision=1
wrksrc="webkitgtk-${version}"
build_style=cmake
@ -13,7 +13,7 @@ maintainer="Enno Boland <gottox@voidlinux.eu>"
homepage="https://webkitgtk.org/"
license="LGPL-2.1, BSD-2-Clause"
distfiles="${homepage}/releases/webkitgtk-${version}.tar.xz"
checksum=fa42b54a98831405c8a3e7f40371eec3f0bd5cdbb124813a5e329e7a9f8c6f2a
checksum=345487d4d1896e711683f951d1e09387d3b90d7cf59295c0e634af7f515e99ba
# ETOOHUGE
nodebug=1