New commits:
commit 0172f792def1f25e6ea1a8c7b8ac97faa7899d50
Author: Pavel Vinogradov <public AT sourcemaage.org>
Commit: Pavel Vinogradov <public AT sourcemaage.org>
graphics-libs/mesa: moved the patch about use_elf_tls to stable, scm has
it
enabled always now
diff --git a/graphics-libs/mesa/BUILD b/graphics-libs/mesa/BUILD
index 26e377e..97fc589 100755
--- a/graphics-libs/mesa/BUILD
+++ b/graphics-libs/mesa/BUILD
@@ -20,6 +20,10 @@ case "$HOST" in
MESA_TOOLS="${MESA_TOOLS% }"
;;
esac &&
+if [[ "${MESA_BRANCH}" == "stable" ]]; then
+ OPTS+=" use-elf-tls=false"
+fi &&
+
local vulkan=${MESA_VULKAN//none} &&
local gallium=${MESA_GALLIUM//none} &&
local dri=${MESA_DRI//none} &&
@@ -29,7 +33,6 @@ OPTS+=" gallium-drivers=${gallium// /,} \
platforms=${MESA_EGL// /,} \
glx=${MESA_GLX// /,} \
tools=${MESA_TOOLS// /,} \
- use-elf-tls=false \
$MESA_GLES1 $MESA_GLES2" &&
default_build
diff --git a/graphics-libs/mesa/HISTORY b/graphics-libs/mesa/HISTORY
index 6e8cd99..1d1aca0 100644
--- a/graphics-libs/mesa/HISTORY
+++ b/graphics-libs/mesa/HISTORY
@@ -1,3 +1,7 @@
+2022-07-31 Pavel Vinogradov <public AT sourcemage.org>
+ * BUILD, patches{,-{,stable}/add-use-elf-tls.patch: moved the patch
and option
+ to enable/disable ELF_TLS to stable, scm autodetects it now
+
2022-07-16 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 22.1.4