commit 6169093cc7490ed51b1e85c79f3407f5ba8cb86c parent 9ea190737c5fcb7726c0cb20c22d82cddf97b611 Author: Cem Keylan <cem@ckyln.com> Date: Tue, 7 Jan 2020 00:40:58 +0300 mesa: bump to 19.3.1 Diffstat:
M | xorg/mesa/build | | | 5 | +++++ |
M | xorg/mesa/checksums | | | 2 | +- |
M | xorg/mesa/sources | | | 2 | +- |
M | xorg/mesa/version | | | 2 | +- |
4 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/xorg/mesa/build b/xorg/mesa/build @@ -3,6 +3,11 @@ export DESTDIR="$1" export CFLAGS="-DGLX_X86_READONLY_TEXT $CFLAGS" +# Fix issues with musl and firefox. +# https://bugs.freedesktop.org/show_bug.cgi?id=35268 +# https://github.com/mesa3d/mesa/commit/9f37c9903b87f86a533bfaffa72f0ecb285b02b2 +sed -i "/pre_args += '-DUSE_ELF_TLS'/d" meson.build + meson \ --prefix=/usr \ --sysconfdir=/etc \ diff --git a/xorg/mesa/checksums b/xorg/mesa/checksums @@ -1 +1 @@ -9d7b24fa60c82db34788196450042a55ce6cb2d70c7a8d5c31401619b6907797 mesa-19.2.6.tar.xz +cd951db69c56a97ff0570a7ab2c0e39e6c5323f4cd8f4eb8274723e033beae59 mesa-19.3.1.tar.xz diff --git a/xorg/mesa/sources b/xorg/mesa/sources @@ -1 +1 @@ -https://mesa.freedesktop.org/archive/mesa-19.2.6.tar.xz +https://mesa.freedesktop.org/archive/mesa-19.3.1.tar.xz diff --git a/xorg/mesa/version b/xorg/mesa/version @@ -1 +1 @@ -19.2.6 1 +19.3.1 1