aboutsummaryrefslogtreecommitdiff
path: root/xorg/libxcb
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-05-23 22:49:37 +0300
committerCem Keylan <cem@ckyln.com>2020-05-23 22:49:37 +0300
commit12432c11ba7f7b317cd090eccd0711ccdf294327 (patch)
treea29020a90d968815b31449862b8127ef62fde636 /xorg/libxcb
parente11c39d3d68a4dfddb54972cc96efb130e7987ea (diff)
downloadrepository-12432c11ba7f7b317cd090eccd0711ccdf294327.tar.gz
libxcb: POSIX sed
Diffstat (limited to 'xorg/libxcb')
-rwxr-xr-xxorg/libxcb/build3
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