aboutsummaryrefslogtreecommitdiff
path: root/xorg
diff options
context:
space:
mode:
Diffstat (limited to 'xorg')
-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