From 12432c11ba7f7b317cd090eccd0711ccdf294327 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 23 May 2020 22:49:37 +0300 Subject: libxcb: POSIX sed --- xorg/libxcb/build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'xorg') diff --git a/xorg/libxcb/build b/xorg/libxcb/build index 285ad906..4e703552 100755 --- a/xorg/libxcb/build +++ b/xorg/libxcb/build @@ -1,6 +1,7 @@ #!/bin/sh -e -sed -i 's/pthread-stubs //' configure +sed 's/pthread-stubs //' configure >_ +cat _ > configure; rm -f _ ./configure \ --prefix=/usr -- cgit v1.2.3