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 +++++ 1 file changed, 5 insertions(+) (limited to 'xorg/mesa/build') 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 \ -- cgit v1.2.3