summaryrefslogtreecommitdiffstats
path: root/libraries/webkit2gtk/webkit2gtk.SlackBuild
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2016-03-19 07:06:15 +0100
committer Willy Sudiarto Raharjo2016-03-19 07:06:15 +0100
commit7b7b9234f14a43999aa83340383c2a6726ace3b3 (patch)
tree7898ec5bff35c287cc6743eb5e60542b7c5a7c2f /libraries/webkit2gtk/webkit2gtk.SlackBuild
parentaa18f2f7c27422106860a867725ee88a0dcfdd88 (diff)
downloadslackbuilds-7b7b9234f14a43999aa83340383c2a6726ace3b3.tar.gz
libraries/webkit2gtk: Updated for version 2.10.9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/webkit2gtk/webkit2gtk.SlackBuild')
-rw-r--r--libraries/webkit2gtk/webkit2gtk.SlackBuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/libraries/webkit2gtk/webkit2gtk.SlackBuild b/libraries/webkit2gtk/webkit2gtk.SlackBuild
index 0dd3a6007f..2351954e5d 100644
--- a/libraries/webkit2gtk/webkit2gtk.SlackBuild
+++ b/libraries/webkit2gtk/webkit2gtk.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=webkit2gtk
SRCNAM=webkitgtk
-VERSION=${VERSION:-2.10.7}
+VERSION=${VERSION:-2.10.9}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -70,8 +70,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-sed -i "s#isnan#std::&#g" Source/JavaScriptCore/runtime/Options.cpp
-
mkdir -p build
cd build
cmake -DPORT=GTK \