summaryrefslogtreecommitdiffstats
path: root/system/wine-staging/wine-staging.SlackBuild
diff options
context:
space:
mode:
author Edinaldo P. Silva2018-10-20 20:45:54 +0200
committer Willy Sudiarto Raharjo2018-10-21 01:47:00 +0200
commit5237e46b957020718a4a04929f629d6377bacbe1 (patch)
tree45328e00271c81b76175c0fd9cfc9b478155dd46 /system/wine-staging/wine-staging.SlackBuild
parenta5efa64d75380136231dbb67580bb8458c7a3e09 (diff)
downloadslackbuilds-5237e46b957020718a4a04929f629d6377bacbe1.tar.gz
system/wine-staging: Updated for version 3.18.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/wine-staging/wine-staging.SlackBuild')
-rw-r--r--system/wine-staging/wine-staging.SlackBuild13
1 files changed, 4 insertions, 9 deletions
diff --git a/system/wine-staging/wine-staging.SlackBuild b/system/wine-staging/wine-staging.SlackBuild
index 10a0e65e2d..e938d5adb7 100644
--- a/system/wine-staging/wine-staging.SlackBuild
+++ b/system/wine-staging/wine-staging.SlackBuild
@@ -30,7 +30,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=wine-staging
-VERSION=${VERSION:-3.17}
+VERSION=${VERSION:-3.18}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -120,9 +120,6 @@ find -L . \
# Fix for flex.
patch -p1 --verbose < $CWD/0001-winhlp32-Workaround-a-bug-in-Flex.patch
-# freetype harmony fix.
-patch -Np1 < $CWD/harmony-fix.diff
-
# fix path of opencl headers.
sed 's|OpenCL/opencl.h|CL/opencl.h|g' -i configure*
@@ -158,17 +155,15 @@ if [ -n "$WIN64" ]; then
--disable-tests \
--build=$BUILD_ARCH
-#NUMJOBS=${NUMJOBS:-"-s -j6 -l7"}
-#make $NUMJOBS depend || exit 1
-#make $NUMJOBS || exit 1
-
make depend
make
+ #NUMJOBS=${NUMJOBS:-"-s -j6 -l7"}
+ #make depend $NUMJOBS || exit 1
+ #make $NUMJOBS || exit 1
make install DESTDIR=$PKG
cd ..
fi
-
if [ -z "$NOWIN32" ]; then
mkdir wine32
cd wine32