summaryrefslogtreecommitdiffstats
path: root/source/x/mesa/mesa.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/x/mesa/mesa.SlackBuild')
-rwxr-xr-xsource/x/mesa/mesa.SlackBuild15
1 files changed, 8 insertions, 7 deletions
diff --git a/source/x/mesa/mesa.SlackBuild b/source/x/mesa/mesa.SlackBuild
index 3841ca316..47c0bcb9b 100755
--- a/source/x/mesa/mesa.SlackBuild
+++ b/source/x/mesa/mesa.SlackBuild
@@ -50,13 +50,14 @@ if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
exit 0
fi
-# Build swr for the following architectures (not for i?x6, as this will cause
-# an Illegal Instruction startup failure on many otherwise supported CPUs):
-for swr_arch in x86_64 ; do
- if [ "$ARCH" = "x86_64" ]; then
- GALLIUM_DRIVERS="$GALLIUM_DRIVERS,swr"
- fi
-done
+## COMMENTED OUT as swr seems to be broken with llvm13:
+## Build swr for the following architectures (not for i?x6, as this will cause
+## an Illegal Instruction startup failure on many otherwise supported CPUs):
+#for swr_arch in x86_64 ; do
+# if [ "$ARCH" = "x86_64" ]; then
+# GALLIUM_DRIVERS="$GALLIUM_DRIVERS,swr"
+# fi
+#done
TMP=${TMP:-/tmp}
PKG=$TMP/package-mesa