diff options
Diffstat (limited to 'xorg/libxcb/build')
-rwxr-xr-x | xorg/libxcb/build | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/xorg/libxcb/build b/xorg/libxcb/build index 4e703552..7ef0193f 100755 --- a/xorg/libxcb/build +++ b/xorg/libxcb/build @@ -1,7 +1,6 @@ #!/bin/sh -e -sed 's/pthread-stubs //' configure >_ -cat _ > configure; rm -f _ +clsed 's/pthread-stubs //' configure ./configure \ --prefix=/usr |