diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2019-04-07 12:06:30 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-04-13 06:57:01 +0700 |
commit | 28f3a2263b030f1d2197c52c5ad4454508b1f866 (patch) | |
tree | 4f53496cbda272a4eb9c6ee2ae10154995fa943b /system/mlterm/mlterm.SlackBuild | |
parent | 779556dd1c2ad1b32fdb6e765d5b37374a73b272 (diff) | |
download | slackbuilds-28f3a2263b030f1d2197c52c5ad4454508b1f866.tar.gz |
system/mlterm: Updated for version 3.8.8.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'system/mlterm/mlterm.SlackBuild')
-rw-r--r-- | system/mlterm/mlterm.SlackBuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/system/mlterm/mlterm.SlackBuild b/system/mlterm/mlterm.SlackBuild index b8922d7740..b73f1da0c2 100644 --- a/system/mlterm/mlterm.SlackBuild +++ b/system/mlterm/mlterm.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for mlterm -# Copyright 2014-2018 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2019 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=mlterm -VERSION=${VERSION:-3.8.5} +VERSION=${VERSION:-3.8.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -69,8 +69,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 {} \; -patch -p1 < $CWD/mlterm-3.8.5-fixes.patch - CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ |