webkit2gtk: fix bwrap-libdir32.patch

The LIB_DIR_WS string should be just the wordsize w/o "lib".

[ci skip]
This commit is contained in:
Jürgen Buchmüller 2021-01-25 09:37:13 +01:00
parent 5cd095db13
commit 91d5b4c847
2 changed files with 3 additions and 3 deletions

View file

@ -19,9 +19,9 @@ index 889388a..a7a75a8 100644
return adoptGRef(g_subprocess_launcher_spawnv(launcher, argv, error));
+#if __UINTPTR_MAX__ > 0xFFFFFFFF
+# define LIB_DIR_WS "lib64"
+# define LIB_DIR_WS "64"
+#else
+# define LIB_DIR_WS "lib32"
+# define LIB_DIR_WS "32"
+#endif
+
Vector<CString> sandboxArgs = {

View file

@ -2,7 +2,7 @@
# ping q66 before touching this
pkgname=webkit2gtk
version=2.30.4
revision=4
revision=5
wrksrc="webkitgtk-${version}"
build_style=cmake
build_helper="gir"