summaryrefslogtreecommitdiffstats
path: root/system/wine-staging/wine-staging.SlackBuild
diff options
context:
space:
mode:
author Edinaldo P. Silva2019-03-14 02:23:02 +0100
committer Willy Sudiarto Raharjo2019-03-16 00:53:25 +0100
commitc68d746fea179061826ff1b3e88fb21a2b88a47f (patch)
tree9a568e406d49699a3e972038c253f724d32035b6 /system/wine-staging/wine-staging.SlackBuild
parent037d6958038645942e8b36e0e0c37caad8f08c46 (diff)
downloadslackbuilds-c68d746fea179061826ff1b3e88fb21a2b88a47f.tar.gz
system/wine-staging: Updated for version 4.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/wine-staging/wine-staging.SlackBuild')
-rw-r--r--system/wine-staging/wine-staging.SlackBuild10
1 files changed, 2 insertions, 8 deletions
diff --git a/system/wine-staging/wine-staging.SlackBuild b/system/wine-staging/wine-staging.SlackBuild
index 6efc2ceb24..f383047e06 100644
--- a/system/wine-staging/wine-staging.SlackBuild
+++ b/system/wine-staging/wine-staging.SlackBuild
@@ -2,7 +2,7 @@
#
# Slackware build script for wine-staging.
#
-# Copyright 2016-2018 Edinaldo P. Silva, Rio de Janeiro, Brazil.
+# Copyright 2016-2019 Edinaldo P. Silva, Rio de Janeiro, Brazil.
# Copyright 2015 Gethyn ThomasQuail <gethyn@bloodbathsoftworks.com>
#
# All rights reserved.
@@ -30,7 +30,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=wine-staging
-VERSION=${VERSION:-3.21}
+VERSION=${VERSION:-4.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -157,9 +157,6 @@ if [ -n "$WIN64" ]; then
make depend
make
- #NUMJOBS=${NUMJOBS:-"-s -j6 -l6"}
- #make depend $NUMJOBS || exit 1
- #make $NUMJOBS || exit 1
make install DESTDIR=$PKG
cd ..
fi
@@ -190,9 +187,6 @@ if [ -z "$NOWIN32" ]; then
make depend
make
- #NUMJOBS=${NUMJOBS:-"-s -j6 -l6"}
- #make $NUMJOBS depend || exit 1
- #make $NUMJOBS || exit 1
make install DESTDIR=$PKG
cd ..
fi