diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-03-10 07:03:33 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-03-10 07:04:00 +0700 |
commit | 696d1fbd7bfb06cefc8fa0755dd888de1adf885a (patch) | |
tree | f352ceaec623c6b1b917ba487e85111cb4e2cbf0 /libraries/wxGTK3/wxGTK3.SlackBuild | |
parent | 95fd829f8b121306ec5ac2371b7350c839c4cde6 (diff) |
libraries/wxGTK3: Updated for version 3.0.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/wxGTK3/wxGTK3.SlackBuild')
-rw-r--r-- | libraries/wxGTK3/wxGTK3.SlackBuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/libraries/wxGTK3/wxGTK3.SlackBuild b/libraries/wxGTK3/wxGTK3.SlackBuild index 7d941774891c8..68639b344e575 100644 --- a/libraries/wxGTK3/wxGTK3.SlackBuild +++ b/libraries/wxGTK3/wxGTK3.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for wxGTK3 -# Copyright 2013-2017 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2013-2018 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=wxGTK3 -VERSION=${VERSION:-3.0.3.1} -BUILD=${BUILD:-2} +VERSION=${VERSION:-3.0.4} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} SRCNAM=wxWidgets @@ -93,9 +93,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 {} \; -# fix assert in FileZilla -patch -p1 < $CWD/assert.patch - CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ |