From 6169093cc7490ed51b1e85c79f3407f5ba8cb86c Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 7 Jan 2020 00:40:58 +0300 Subject: mesa: bump to 19.3.1 --- xorg/mesa/build | 5 +++++ xorg/mesa/checksums | 2 +- xorg/mesa/sources | 2 +- xorg/mesa/version | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) (limited to 'xorg') diff --git a/xorg/mesa/build b/xorg/mesa/build index 8441ca95..9a7f79bd 100755 --- 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 index c63b790f..c36bbb4e 100644 --- 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 index c7189578..baca7b16 100644 --- 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 index 21a072a8..e8bd861d 100644 --- a/xorg/mesa/version +++ b/xorg/mesa/version @@ -1 +1 @@ -19.2.6 1 +19.3.1 1 -- cgit v1.2.3