diff options
author | Cem Keylan <cem@ckyln.com> | 2020-05-23 22:49:37 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-05-23 22:49:37 +0300 |
commit | 12432c11ba7f7b317cd090eccd0711ccdf294327 (patch) | |
tree | a29020a90d968815b31449862b8127ef62fde636 /xorg/libxcb | |
parent | e11c39d3d68a4dfddb54972cc96efb130e7987ea (diff) | |
download | repository-12432c11ba7f7b317cd090eccd0711ccdf294327.tar.gz |
libxcb: POSIX sed
Diffstat (limited to 'xorg/libxcb')
-rwxr-xr-x | xorg/libxcb/build | 3 |
1 files changed, 2 insertions, 1 deletions
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 |