summaryrefslogtreecommitdiffstats
path: root/system/mlterm/mlterm.SlackBuild
diff options
context:
space:
mode:
author Dimitris Zlatanidis2018-03-07 20:16:17 +0100
committer Willy Sudiarto Raharjo2018-03-10 01:11:12 +0100
commitd1d9c8dc8b18e55a287c4fe40f738cc38515cf72 (patch)
tree2909062c24fa4fe71fc46d575d24c53a57f7c3ec /system/mlterm/mlterm.SlackBuild
parent451ae8400d2e5e365da89a52c166f86f80fb3a61 (diff)
downloadslackbuilds-d1d9c8dc8b18e55a287c4fe40f738cc38515cf72.tar.gz
system/mlterm: Updated for version 3.8.5.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'system/mlterm/mlterm.SlackBuild')
-rw-r--r--system/mlterm/mlterm.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/system/mlterm/mlterm.SlackBuild b/system/mlterm/mlterm.SlackBuild
index 7cb8d5438c..b8922d7740 100644
--- a/system/mlterm/mlterm.SlackBuild
+++ b/system/mlterm/mlterm.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for mlterm
-# Copyright 2014-2017 Dimitris Zlatanidis Orestiada, Greece
+# Copyright 2014-2018 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.4}
+VERSION=${VERSION:-3.8.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -69,6 +69,8 @@ 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 \