diff options
author | Cem Keylan <cem@ckyln.com> | 2020-01-29 20:56:41 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-01-29 20:56:41 +0300 |
commit | e6a7080ecc1c03569cf838cd5f0531709a051689 (patch) | |
tree | 3a57ba0d316f826e5492e86f21cf2cd7c28e4b13 /xorg/mesa | |
parent | c4c3af9515953df86ab70b4b85ce2fdb3ccaca11 (diff) | |
download | repository-e6a7080ecc1c03569cf838cd5f0531709a051689.tar.gz |
revert
Diffstat (limited to 'xorg/mesa')
-rwxr-xr-x | xorg/mesa/build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg/mesa/build b/xorg/mesa/build index e2cecdcf..9a7f79bd 100755 --- a/xorg/mesa/build +++ b/xorg/mesa/build @@ -6,7 +6,7 @@ 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 "/pre_args += '-DUSE_ELF_TLS'/d" meson.build > meson.build.bak && mv meson.build.bak meson.build +sed -i "/pre_args += '-DUSE_ELF_TLS'/d" meson.build meson \ --prefix=/usr \ |