From 8115001a7f73d64d07e1de8c4ad2eb170d9fd1aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Mon, 25 Jan 2021 09:37:13 +0100 Subject: [PATCH] webkit2gtk: fix bwrap-libdir32.patch The LIB_DIR_WS string should be just the wordsize w/o "lib". [ci skip] --- srcpkgs/webkit2gtk/patches/bwrap-libdir32.patch | 4 ++-- srcpkgs/webkit2gtk/template | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/webkit2gtk/patches/bwrap-libdir32.patch b/srcpkgs/webkit2gtk/patches/bwrap-libdir32.patch index 1c83d3f4eb3..32d540a84e1 100644 --- a/srcpkgs/webkit2gtk/patches/bwrap-libdir32.patch +++ b/srcpkgs/webkit2gtk/patches/bwrap-libdir32.patch @@ -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 sandboxArgs = { diff --git a/srcpkgs/webkit2gtk/template b/srcpkgs/webkit2gtk/template index 54762392d6a..9a6dae73f5a 100644 --- a/srcpkgs/webkit2gtk/template +++ b/srcpkgs/webkit2gtk/template @@ -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"