diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-03-19 13:06:15 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-03-19 13:06:15 +0700 |
commit | 7b7b9234f14a43999aa83340383c2a6726ace3b3 (patch) | |
tree | 7898ec5bff35c287cc6743eb5e60542b7c5a7c2f /libraries/webkit2gtk/webkit2gtk.SlackBuild | |
parent | aa18f2f7c27422106860a867725ee88a0dcfdd88 (diff) |
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.SlackBuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libraries/webkit2gtk/webkit2gtk.SlackBuild b/libraries/webkit2gtk/webkit2gtk.SlackBuild index 0dd3a6007f23..2351954e5d1c 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 \ |