summaryrefslogtreecommitdiffstats
path: root/system/wine-staging/wine-staging.SlackBuild
diff options
context:
space:
mode:
author Edinaldo P. Silva2019-12-07 14:05:56 +0100
committer Willy Sudiarto Raharjo2019-12-07 14:05:56 +0100
commit34ba8066250d80883646915f1b6a36efafa3016b (patch)
tree8cc4df9d071163ea79e1a71bcd2749749c9b4774 /system/wine-staging/wine-staging.SlackBuild
parentcc0ba14508704cad333f6b1777af768abbc03a87 (diff)
downloadslackbuilds-34ba8066250d80883646915f1b6a36efafa3016b.tar.gz
system/wine-staging: Updated for version 4.21.
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.SlackBuild6
1 files changed, 1 insertions, 5 deletions
diff --git a/system/wine-staging/wine-staging.SlackBuild b/system/wine-staging/wine-staging.SlackBuild
index a6c06c738c..b92c4a6ec4 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:-4.19}
+VERSION=${VERSION:-4.21}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -123,10 +123,6 @@ patch -p1 --verbose < $CWD/0001-winhlp32-Workaround-a-bug-in-Flex.patch
# fix path of opencl headers.
sed 's|OpenCL/opencl.h|CL/opencl.h|g' -i configure*
-# Steam crossover hack for store/web functionality.
-# https://bugs.winehq.org/show_bug.cgi?id=39403
-patch -Np1 < $CWD/steam.patch
-
# Remove -fPIC for i?86 or the build will hang.
if [ "$ARCH" == "i?86" ]; then
patch -p1 --verbose < $CWD/x86_remove_fpic.patch