summaryrefslogtreecommitdiffstats
path: root/graphics/shaderc/shaderc.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/shaderc/shaderc.SlackBuild')
-rw-r--r--graphics/shaderc/shaderc.SlackBuild11
1 files changed, 3 insertions, 8 deletions
diff --git a/graphics/shaderc/shaderc.SlackBuild b/graphics/shaderc/shaderc.SlackBuild
index 22b721cfbb..7c39dc871f 100644
--- a/graphics/shaderc/shaderc.SlackBuild
+++ b/graphics/shaderc/shaderc.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for shaderc
-# Copyright 2018-2019 Hunter Sezen California, USA
+# Copyright 2018-2020 Hunter Sezen California, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,8 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=shaderc
-VERSION=${VERSION:-2019.0}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-2019.1}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -87,11 +87,6 @@ EOF
# https://github.com/google/shaderc/pull/463
patch -p1 < $CWD/fix-glslang-link-order.patch
-# Force Glslang to support HLSL in its interface
-# https://github.com/google/shaderc/commit/ec4ea59c6d523ee563611651e6a15b1c31ffcd2e
-# https://github.com/google/shaderc/pull/784
-patch -p1 < $CWD/fix-glslang-build.patch
-
mkdir -p build
cd build
cmake \