summaryrefslogtreecommitdiffstats
path: root/libraries/webkit2gtk/webkit2gtk.SlackBuild
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2024-02-24 02:53:58 +0100
committer Willy Sudiarto Raharjo2024-02-24 05:38:12 +0100
commite55b2bd134a61c35f9fa53bc10f73a96c6968c30 (patch)
treebc770dd3995535b00c5bfb624d1a62a7168ffd6a /libraries/webkit2gtk/webkit2gtk.SlackBuild
parentec79a6e640a5073de665bc7ddeb3981b38a94349 (diff)
downloadslackbuilds-e55b2bd134a61c35f9fa53bc10f73a96c6968c30.tar.gz
libraries/webkit2gtk: Fix build on i586.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/webkit2gtk/webkit2gtk.SlackBuild')
-rw-r--r--libraries/webkit2gtk/webkit2gtk.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/libraries/webkit2gtk/webkit2gtk.SlackBuild b/libraries/webkit2gtk/webkit2gtk.SlackBuild
index 5fe6483ff7..362a637a76 100644
--- a/libraries/webkit2gtk/webkit2gtk.SlackBuild
+++ b/libraries/webkit2gtk/webkit2gtk.SlackBuild
@@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=webkit2gtk
SRCNAM=webkitgtk
VERSION=${VERSION:-2.42.5}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -78,6 +78,7 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
patch -p1 < $CWD/unhide-deprecated-api.patch
+patch -p1 < $CWD/3d5373575695b293b8559155431d0079a6153aff.patch
mkdir -p build
cd build