From 8076c7b99d0aff67c9ffe8d6d10c8bd4308f879e Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 29 Jan 2020 20:09:30 +0300 Subject: mesa: remove -i from sed on build --- xorg/mesa/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xorg') diff --git a/xorg/mesa/build b/xorg/mesa/build index 9a7f79bd..e2cecdcf 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 -i "/pre_args += '-DUSE_ELF_TLS'/d" meson.build +sed "/pre_args += '-DUSE_ELF_TLS'/d" meson.build > meson.build.bak && mv meson.build.bak meson.build meson \ --prefix=/usr \ -- cgit v1.2.3