mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
webkit2gtk: update to 2.22.2.
[ci skip]
This commit is contained in:
parent
84d1e997c8
commit
cffa44fff1
2 changed files with 2 additions and 13 deletions
|
@ -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)
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'webkit2gtk'
|
# Template file for 'webkit2gtk'
|
||||||
pkgname=webkit2gtk
|
pkgname=webkit2gtk
|
||||||
version=2.22.0
|
version=2.22.2
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="webkitgtk-${version}"
|
wrksrc="webkitgtk-${version}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
homepage="https://webkitgtk.org/"
|
homepage="https://webkitgtk.org/"
|
||||||
license="LGPL-2.1, BSD-2-Clause"
|
license="LGPL-2.1, BSD-2-Clause"
|
||||||
distfiles="${homepage}/releases/webkitgtk-${version}.tar.xz"
|
distfiles="${homepage}/releases/webkitgtk-${version}.tar.xz"
|
||||||
checksum=fa42b54a98831405c8a3e7f40371eec3f0bd5cdbb124813a5e329e7a9f8c6f2a
|
checksum=345487d4d1896e711683f951d1e09387d3b90d7cf59295c0e634af7f515e99ba
|
||||||
|
|
||||||
# ETOOHUGE
|
# ETOOHUGE
|
||||||
nodebug=1
|
nodebug=1
|
||||||
|
|
Loading…
Add table
Reference in a new issue