diff options
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 |