diff --git a/srcpkgs/webkit2gtk/patches/bwrap-libdir32.patch b/srcpkgs/webkit2gtk/patches/bwrap-libdir32.patch index 1c83d3f4eb3add..32d540a84e1495 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 54762392d6a67b..9a6dae73f5a1b6 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"