summaryrefslogtreecommitdiffstats
path: root/system/wine-staging/wine-staging.SlackBuild
diff options
context:
space:
mode:
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