commit 12432c11ba7f7b317cd090eccd0711ccdf294327 parent e11c39d3d68a4dfddb54972cc96efb130e7987ea Author: Cem Keylan <cem@ckyln.com> Date: Sat, 23 May 2020 22:49:37 +0300 libxcb: POSIX sed Diffstat:
M | xorg/libxcb/build | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git 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